aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/ci.yml
diff options
context:
space:
mode:
authorMartin Storsjo <martin@martin.st>2023-10-06 12:13:55 +0300
committerMartin Storsjo <martin@martin.st>2023-10-06 14:04:10 +0300
commitfc773cca673965b1fbc69a121cdce1566af9749c (patch)
tree50aa8f1c36c80bf085033262499d05c1c133ed0e /.github/workflows/ci.yml
parentdaaebe6a03c95d1afdbb9ba665ad6406e6e0f32d (diff)
downloadfdk-aac-fc773cca673965b1fbc69a121cdce1566af9749c.tar.gz
fdk-aac-fc773cca673965b1fbc69a121cdce1566af9749c.tar.bz2
fdk-aac-fc773cca673965b1fbc69a121cdce1566af9749c.zip
ci: Update the llvm-mingw job to the latest version
Diffstat (limited to '.github/workflows/ci.yml')
-rw-r--r--.github/workflows/ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 7f145db..c7134ae 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -135,8 +135,8 @@ jobs:
steps:
- name: Install llvm-mingw
run: |
- wget https://github.com/mstorsjo/llvm-mingw/releases/download/20211002/llvm-mingw-20211002-ucrt-ubuntu-18.04-x86_64.tar.xz
- tar -Jxvf llvm-mingw-20211002-ucrt-ubuntu-18.04-x86_64.tar.xz
+ wget https://github.com/mstorsjo/llvm-mingw/releases/download/20231003/llvm-mingw-20231003-ucrt-ubuntu-20.04-x86_64.tar.xz
+ tar -Jxvf llvm-mingw-*-ucrt-ubuntu-*-x86_64.tar.xz
rm llvm-mingw-*.tar.xz
sudo mv llvm-mingw-* /opt/llvm-mingw
echo /opt/llvm-mingw/bin >> $GITHUB_PATH