Skip to content

Commit

Permalink
Fix: remove make multithreading
Browse files Browse the repository at this point in the history
  • Loading branch information
WenSimEHRP authored Sep 5, 2024
1 parent f3faa53 commit 940058a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ jobs:
Invoke-RestMethod -Uri https://get.scoop.sh | Invoke-Expression
scoop install just
just deps
just
make
gcc -E -x c tracks.pnml > tracks.nml
nmlc tracks.nml --grf=china-set-tracks.grf
- name: Pack Binaries
shell: pwsh
Expand Down

0 comments on commit 940058a

Please sign in to comment.