diff --git a/.github/workflows/opendingux_release.yml b/.github/workflows/opendingux_release.yml index 8313ccc83..ab943f159 100644 --- a/.github/workflows/opendingux_release.yml +++ b/.github/workflows/opendingux_release.yml @@ -18,7 +18,7 @@ jobs: run: > sudo apt update && sudo apt install -y curl cmake git squashfs-tools && - curl -L http://od.abstraction.se/opendingux/toolchain/opendingux-gcw0-toolchain.2021-03-10.tar.xz -o gcw0-toolchain.tar.xz && + curl -L http://od.abstraction.se/opendingux/toolchain/opendingux-gcw0-toolchain.2021-10-22.tar.xz -o gcw0-toolchain.tar.xz && sudo mkdir -p /opt/gcw0-toolchain && sudo chown -R "${USER}:" /opt/gcw0-toolchain && tar -C /opt -xf gcw0-toolchain.tar.xz @@ -59,7 +59,7 @@ jobs: run: > sudo apt update && sudo apt install -y curl cmake git squashfs-tools && - curl -L http://od.abstraction.se/opendingux/toolchain/opendingux-lepus-toolchain.2021-03-11.tar.xz -o lepus-toolchain.tar.xz && + curl -L http://od.abstraction.se/opendingux/toolchain/opendingux-lepus-toolchain.2021-10-22.tar.xz -o lepus-toolchain.tar.xz && sudo mkdir -p /opt/lepus-toolchain && sudo chown -R "${USER}:" /opt/lepus-toolchain && tar -C /opt -xf lepus-toolchain.tar.xz