Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
workaround for aarch64
  • Loading branch information
lemire committed Sep 28, 2024
commit d9aec26f7efd80b78025eaa408965d624aea5fed
2 changes: 1 addition & 1 deletion .github/workflows/aarch64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ jobs:
apt-get update -q -y
apt-get install -y cmake make g++ ninja-build git
run: |
cmake -B build
cmake -DCMAKE_CXX_STANDARD=20 -B build
cmake --build build
ctest --test-dir build