Skip to content

Commit

Permalink
fix: jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
yazaldefilimone committed Feb 23, 2025
1 parent c5006c6 commit 249549a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,9 @@ jobs:
uses: actions/checkout@v3

- name: Install LLVM
run: brew install llvm
run: |
brew install
echo "LLVM_SYS_180_PREFIX=$(brew --prefix llvm)" >> $GITHUB_ENV
- name: Install Rust targets
run: |
Expand Down

0 comments on commit 249549a

Please sign in to comment.