Skip to content

Commit

Permalink
Fix PATH in Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
graphemecluster committed Dec 3, 2024
1 parent 0995a2b commit 99701f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ jobs:
if: inputs.event_name == 'push' || steps.check_version.outcome == 'success'
shell: bash
run: |
export PATH="/c/msys64/usr/bin:$PATH"
wget https://raw.githubusercontent.com/rime/weasel/refs/tags/${WEASEL_VERSION}/install_nsis.bat
./install_nsis.bat
export PATH="/c/Program Files (x86)/NSIS/Bin:$PATH"
Expand Down

0 comments on commit 99701f3

Please sign in to comment.