Skip to content

Commit

Permalink
Update premake
Browse files Browse the repository at this point in the history
  • Loading branch information
PinkieSwirl committed Mar 17, 2024
1 parent 38bf33f commit b3f45d0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,9 @@ jobs:
name: server-cpp
path: ${{ github.workspace }}/server/src/main/native/
- name: Set up premake for linux compile
run: sudo apt-get install premake4
uses: abel0b/[email protected]
with:
version: "5.0.0-beta2"
- name: Compile linux project
run: ./build-linux.sh
working-directory: ${{ github.workspace }}/build-natives/
Expand Down
2 changes: 1 addition & 1 deletion build-natives/build-linux.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
premake4 --file=build-linux.lua gmake
premake5 --file=build-linux.lua gmake
make clean config=release64
make config=release64
mv libsteamworks4j.so ../java-wrapper/src/main/resources/libsteamworks4j.so
Expand Down

0 comments on commit b3f45d0

Please sign in to comment.