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 b0b3c67 commit 2ddd883
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,10 @@ jobs:
- name: Setup vcpkg
uses: lukka/run-vcpkg@v11
- name: CMake Configure and Build
env:
CC: gcc-14
CXX: g++-14
run: |
ls /usr/bin/gcc*
/usr/bin/g++ --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 2ddd883

Please sign in to comment.