From 28aa03ccf1e9d0b4cf4a45b70c2b19e820ca251e Mon Sep 17 00:00:00 2001 From: Gleb Mazovetskiy Date: Fri, 26 Nov 2021 19:57:35 +0000 Subject: [PATCH] GitHub CI: Update OpenDingux toolchains --- .github/workflows/opendingux_release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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