Skip to content

Commit d87140e

Browse files
committed
try compile
1 parent 02dbdc0 commit d87140e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
run: |
6363
mkdir build
6464
cd build
65-
cmake .. -DBUILD_GMOCK=OFF -DINSTALL_GTEST=OFF -DCMAKE_BUILD_TYPE=Release -DCMAKE_TOOLCHAIN_FILE="${{ github.workspace }}/cmake/aarch64-linux-gnu.cmake"
65+
cmake .. -DBUILD_GMOCK=OFF -DINSTALL_GTEST=OFF -DCMAKE_BUILD_TYPE=Release
6666
cmake --build . --config Release --verbose
6767
ctest -V -C Release
6868
cmake --install . --config Release --prefix ${{ github.workspace }}/artifact/

0 commit comments

Comments
 (0)