Skip to content

Commit

Permalink
Fix cxx.
Browse files Browse the repository at this point in the history
  • Loading branch information
CPWstatic committed Jan 29, 2022
1 parent e56fff2 commit 34cfc0c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/rc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,9 +144,7 @@ jobs:
id: cmake
run: |
cmake \
-DCMAKE_CXX_COMPILER=$TOOLSET_CLANG_DIR/bin/g++ \
-DCMAKE_C_COMPILER=$TOOLSET_CLANG_DIR/bin/gcc \
-DCMAKE_BUILD_TYPE=Debug \
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
-DENABLE_TESTING=on \
-B build
echo "::set-output name=j::8"
Expand Down

0 comments on commit 34cfc0c

Please sign in to comment.