Skip to content

Commit

Permalink
- Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ParticleG committed Aug 4, 2024
1 parent 85f66ec commit 4cb49cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
submodules: 'recursive'
- name: CMake Configure and Build
run: |
/usr/bin/c++ --version
cmake -S "${{ github.workspace }}" -B "${{ github.workspace }}/${{ env.OUTPUT_FOLDER }}"
cmake --build "${{ github.workspace }}/${{ env.OUTPUT_FOLDER }}" --target Studio26F --config ${{ matrix.config }}
- name: Upload Artifacts
Expand Down

0 comments on commit 4cb49cc

Please sign in to comment.