Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dchansen06 authored Dec 18, 2024
1 parent c2544f8 commit 661aab7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
- name: Setup server environemnt
run: sudo apt-get install -y --no-install-suggests --no-install-recommends libsdl2-mixer-dev
- name: Compile server
run: make server
run: make build/bin/server
client:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Compile client
run: make client
run: make build/bin/client

0 comments on commit 661aab7

Please # to comment.