From 3fee582cde0eba180e1c421da359f047dfde01d5 Mon Sep 17 00:00:00 2001 From: Anton Date: Sat, 23 Mar 2024 23:00:24 -0500 Subject: [PATCH] Github actions --- .github/workflows/release.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1d14f7e..b0af71b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -86,8 +86,9 @@ jobs: - if: matrix.os == 'macos-12' run: | brew install llvm@12 + echo "LLVM_SYS_120_PREFIX=$(brew --prefix llvm)" >> $GITHUB_ENV - - if: matrix.os == 'ubuntu-20.04' + - if: matrix.os == 'ubuntu-22.04' run: | sudo add-apt-repository 'deb http://apt.llvm.org/focal/ llvm-toolchain-focal-12 main' -y sudo apt update @@ -103,7 +104,7 @@ jobs: cp -Path target/release/rumblebot.exe -Destination release cp -Path README.md -Destination release - - if: matrix.os == 'macos-12' || matrix.os == 'ubuntu-20.04' + - if: matrix.os == 'macos-12' || matrix.os == 'ubuntu-22.04' run: | mkdir release cp target/release/rumblebot release