Skip to content

Commit

Permalink
Change dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
outkine committed Jan 3, 2024
1 parent eb4a77f commit 1afa332
Show file tree
Hide file tree
Showing 3 changed files with 748 additions and 187 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,12 +83,12 @@ jobs:
shell: bash
- if: matrix.os == 'macos'
run: |
brew install llvm@10
brew install llvm@15
echo "LLVM_SYS_110_PREFIX=$(brew --prefix llvm)" >> $GITHUB_ENV
- if: matrix.os == 'ubuntu'
run: |
wget https://apt.llvm.org/llvm.sh -O /tmp/llvm.sh
sudo bash /tmp/llvm.sh 10
sudo bash /tmp/llvm.sh 15
- run: cargo build --release --no-default-features ${{matrix.cargoargs}}
env:
Expand Down
Loading

0 comments on commit 1afa332

Please sign in to comment.