Skip to content

Commit

Permalink
Merge pull request #1 from joneugster/build_executable
Browse files Browse the repository at this point in the history
fix: build gameserver executable in github action
  • Loading branch information
Trequetrum authored Jan 16, 2024
2 parents 45732fa + 54a284f commit fac4cd9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
lean --version
lake --version
# Note: this would also happen in the lake post-update-hook
- name: get mathlib cache
continue-on-error: true
run: |
Expand All @@ -35,6 +36,10 @@ jobs:
- name: create timestamp file
run: touch tmp_timestamp

# Note: this would also happen in the lake post-update-hook
- name: build gameserver executable
run: env LEAN_ABORT_ON_PANIC=1 lake build gameserver

- name: building game
run: env LEAN_ABORT_ON_PANIC=1 lake build

Expand Down

0 comments on commit fac4cd9

Please sign in to comment.