We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02dbdc0 commit d87140eCopy full SHA for d87140e
.github/workflows/build.yml
@@ -62,7 +62,7 @@ jobs:
62
run: |
63
mkdir build
64
cd build
65
- cmake .. -DBUILD_GMOCK=OFF -DINSTALL_GTEST=OFF -DCMAKE_BUILD_TYPE=Release -DCMAKE_TOOLCHAIN_FILE="${{ github.workspace }}/cmake/aarch64-linux-gnu.cmake"
+ cmake .. -DBUILD_GMOCK=OFF -DINSTALL_GTEST=OFF -DCMAKE_BUILD_TYPE=Release
66
cmake --build . --config Release --verbose
67
ctest -V -C Release
68
cmake --install . --config Release --prefix ${{ github.workspace }}/artifact/
0 commit comments