Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
vt4a2h committed Nov 4, 2024
1 parent 48868e7 commit 0775559
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
-DFL_TEST=ON \
-DFL_BENCHMARK=ON \
-DCMAKE_BUILD_TYPE=${{ matrix.build_type }} \
-DCMAKE_TOOLCHAIN_FILE=$VCPKG_INSTALLATION_ROOT/scripts/buildsystems/vcpkg.cmake || exit $?
-DCMAKE_TOOLCHAIN_FILE=$VCPKG_INSTALLATION_ROOT/scripts/buildsystems/vcpkg.cmake && cat /usr/local/share/vcpkg/buildtrees/detect_compiler/config-x64-linux-rel-out.log || exit $?
- name: Build
run: |
cmake --build cmake-build --parallel --config ${{ matrix.build_type }} || exit $?
Expand Down
4 changes: 2 additions & 2 deletions CMakePresets.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"name": "clang-18",
"generator": "Ninja",
"environment": {
"CC": "/usr/bin/clang-18",
"CXX": "/usr/bin/clang++-18",
"CC": "clang-18",
"CXX": "clang++-18",
"CXXFLAGS": "-stdlib=libc++"
},
"condition": {
Expand Down

0 comments on commit 0775559

Please sign in to comment.