Skip to content

Commit

Permalink
udpate workflow to build gameserver
Browse files Browse the repository at this point in the history
  • Loading branch information
joneugster committed Dec 8, 2023
1 parent eba9a1a commit b3a2a10
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 b3a2a10

Please sign in to comment.