Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
adamthrash authored Apr 4, 2024
1 parent 8caf875 commit 9067f6f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ jobs:
submodules: 'recursive'
- name: Setup Windows
if: startsWith(runner.os, 'Windows')
run: echo "::add-path::C:\msys64\usr\bin\"
run: |
"C:\msys64\usr\bin\" | Out-File -FilePath $env:GITHUB_PATH -Append
- name: Makefile
run: make -C src
- name: Release
Expand Down

0 comments on commit 9067f6f

Please sign in to comment.