Skip to content

Commit

Permalink
skip gtest + set cxx_std to 20
Browse files Browse the repository at this point in the history
  • Loading branch information
prince-chrismc authored Nov 26, 2023
1 parent d55e1c2 commit 336d9c1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/targets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ jobs:
with:
version: "3.26.3"
url: "https://cmake.org/files/v3.26/cmake-3.26.3.tar.gz"
- uses: ./.github/actions/install/gtest

- name: setup
run: |
Expand All @@ -72,5 +71,5 @@ jobs:
- name: test
working-directory: tests/cmake
run: |
CC=gcc-12 CXX=g++-12 cmake . -DTEST:STRING="defaults-enabled"
CC=gcc-12 CXX=g++-12 cmake . -DCMAKE_CXX_STANDARD=20 -DTEST:STRING="defaults-enabled"
cmake --build .

0 comments on commit 336d9c1

Please sign in to comment.