Skip to content

Commit c9b1794

Browse files
committed
Install libatomic for AArch64 test builds
1 parent 6708209 commit c9b1794

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/pull.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ jobs:
6262
timeout: 90
6363
script: |
6464
set -ex
65+
dnf -y install libatomic
6566
cmake -DCMAKE_BUILD_TYPE=Debug test -Bbuild/test
6667
cmake --build build/test -j9 --config Debug
6768
pushd build/test && ctest && popd

0 commit comments

Comments
 (0)