Skip to content

Commit

Permalink
remove test for linux-aarch64
Browse files Browse the repository at this point in the history
  • Loading branch information
CppCXY committed Apr 11, 2024
1 parent 955c40b commit 22e4509
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ jobs:
cd build
cmake .. -DBUILD_GMOCK=OFF -DINSTALL_GTEST=OFF -DCMAKE_BUILD_TYPE=Release
cmake --build . --config Release --verbose
ctest -V -C Release
cmake --install . --config Release --prefix ${{ github.workspace }}/artifact/
- name: Build-macosx
if: startsWith(matrix.os, 'macos')
Expand Down

0 comments on commit 22e4509

Please sign in to comment.