Skip to content

Commit

Permalink
workaround for aarch64
Browse files Browse the repository at this point in the history
  • Loading branch information
lemire committed Sep 28, 2024
1 parent e7bc673 commit d9aec26
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit d9aec26

Please sign in to comment.