Skip to content

Commit

Permalink
Github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
outkine committed Mar 24, 2024
1 parent 31013d9 commit 3fee582
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 3fee582

Please sign in to comment.