oops! forgot the build command

3.0-rcon_maint
Nat Moore 3 years ago
parent 0da8ee87fb
commit e2ca13d9cf

@ -44,7 +44,7 @@ jobs:
run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}
- name: Build binaries
run: make
run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}}
- name: Package Hash
run: |

Loading…
Cancel
Save

Powered by TurnKey Linux.