Skip to content

Commit b88b0dc

Browse files
authored
Update main.yml
1 parent e4e549d commit b88b0dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
5555
- name: Atomic Libs
5656
if: ${{ matrix.name == 'linux' && matrix.arch == 'arm64' }}
57-
run: apt install -y libatomic1
57+
run: sudo apt install -y libatomic1
5858

5959
- name: Build native libraries for ${{ matrix.name }}-${{ matrix.arch }}
6060
run: |

0 commit comments

Comments
 (0)