Skip to content

Commit

Permalink
Fix(CI): Refer to current dir when building (Windows)
Browse files Browse the repository at this point in the history
  • Loading branch information
magicaldave committed Oct 18, 2023
1 parent 633b392 commit 37f1e71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/LuaJIT.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

- name: Build
run: |
${{ runner.os != 'Windows' && 'make' || 'cd src && msvcbuild.bat'}}
${{ runner.os != 'Windows' && 'make' || 'cd src && ./msvcbuild.bat'}}
# ls -la
- name: Make Archive
Expand Down

0 comments on commit 37f1e71

Please sign in to comment.