Skip to content

Commit

Permalink
Fix Powershell in CI not finding win_setup.bat
Browse files Browse the repository at this point in the history
  • Loading branch information
yutotakano committed Aug 10, 2024
1 parent c0f8240 commit 6f02fc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

- name: Build project
run: |
win_setup.bat
.\win_setup.bat
cabal build
- name: Create a zip with exe file and assets
Expand Down

0 comments on commit 6f02fc3

Please sign in to comment.