Skip to content

Commit

Permalink
add to path
Browse files Browse the repository at this point in the history
  • Loading branch information
tstirrat committed Jul 28, 2024
1 parent 71fb7ef commit 161c415
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,14 @@ jobs:
tag: "4.3.0"
fileName: "gbdk-win64.zip"
extract: true
- name: Add msys64 to path
shell: cmd
run: |
echo ::add-path::C:\msys64\usr\bin
dir C:\msys64\usr\bin
- name: wget bgb
shell: bash
run: |
# wget https://bgb.bircd.org/bgb.zip
wget https://bgb.bircd.org/bgbw64.zip
unzip bgb.zip
- name: pip install
Expand Down

0 comments on commit 161c415

Please sign in to comment.