Skip to content

Commit

Permalink
update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
HenryAWE committed Oct 25, 2023
1 parent b6aa337 commit aebfd8c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
sudo apt-get install -y cmake ninja-build gcc-12 libgtest-dev
- name: Build
run: ./build.sh -Dpapilio_build_unit_test=1 -Dpapilio_build_example=1
run: ./build.sh -DCMAKE_C_COMPILER=gcc-12 -DCMAKE_CXX_COMPILER=g++-12 -Dpapilio_build_unit_test=1 -Dpapilio_build_example=1

- name: Test
working-directory: ${{github.workspace}}/build
Expand All @@ -39,7 +39,6 @@ jobs:

- name: Install Dependencies
run: |
choco install ninja
C:\vcpkg\vcpkg.exe install gtest
- name: Build
Expand Down

0 comments on commit aebfd8c

Please sign in to comment.