Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ImpossibleReality committed Jan 22, 2024
1 parent 9bdcac3 commit bf13bcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
if: matrix.platform == 'windows-latest'
run: |
powershell -c "irm bun.sh/install.ps1|iex"
powershell -c "$env:Path += ';C:\Users\runneradmin\.bun\bin"
powershell -c "$env:Path += ';C:\Users\runneradmin\.bun\bin'"
- name: install Rust stable
uses: dtolnay/rust-toolchain@stable
Expand Down

0 comments on commit bf13bcb

Please sign in to comment.