Skip to content

Commit

Permalink
more winodws
Browse files Browse the repository at this point in the history
  • Loading branch information
omerbenamram committed Aug 3, 2024
1 parent b51982c commit 1854cf4
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 @@ -101,14 +101,15 @@ jobs:
targets: ${{ matrix.target }}
components: llvm-tools

- name: Setup Rust environment
- name: Setup Rust environment (non-Windows)
if: runner.os != 'Windows'
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 1854cf4

Please sign in to comment.