Skip to content

Commit

Permalink
fix for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
omerbenamram committed Aug 3, 2024
1 parent 5a3aa87 commit b51982c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,12 +102,13 @@ jobs:
components: llvm-tools

- name: Setup Rust environment
shell: bash
run: |
echo "RUSTUP_HOME=$HOME/.rustup" >> $GITHUB_ENV
echo "CARGO_HOME=$HOME/.cargo" >> $GITHUB_ENV
LLVM_TOOLS_PATH=$(rustc --print sysroot)/lib/rustlib/${{ matrix.target }}/bin
echo "PATH=$LLVM_TOOLS_PATH:$HOME/.cargo/bin:$PATH" >> $GITHUB_ENV
- name: Set up Homebrew (macOS only)
if: runner.os == 'macOS'
id: set-up-homebrew
Expand Down

0 comments on commit b51982c

Please sign in to comment.