Skip to content

Commit

Permalink
Update Configure Cmake command.
Browse files Browse the repository at this point in the history
  • Loading branch information
jcjakeway committed Mar 6, 2024
1 parent 1ebc34d commit 4c87815
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish Loupe UX Server Linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: CMake Generators List
run: cmake --help
- name: Configure CMake
run: cmake -S ${{github.workspace}}/src/LuxServer -B ${{github.workspace}}/src/LuxServer/cmakebuild -G "Unix Makefiles"
run: cmake $GITHUB_WORKSPACE/src/LuxServer -S $GITHUB_WORKSPACE/src/LuxServer -B $GITHUB_WORKSPACE/src/LuxServer/cmakebuild
- name: Build Executable
run: cmake --build ${{github.workspace}}/src/LuxServer/cmakebuild --config Release --target luxserver
- run: echo "🍏 The build's status is ${{ job.status }}."
Expand Down

0 comments on commit 4c87815

Please # to comment.