We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4e549d commit b88b0dcCopy full SHA for b88b0dc
.github/workflows/main.yml
@@ -54,7 +54,7 @@ jobs:
54
55
- name: Atomic Libs
56
if: ${{ matrix.name == 'linux' && matrix.arch == 'arm64' }}
57
- run: apt install -y libatomic1
+ run: sudo apt install -y libatomic1
58
59
- name: Build native libraries for ${{ matrix.name }}-${{ matrix.arch }}
60
run: |
0 commit comments