Skip to content

Commit 896eb5c

Browse files
authored
Update main.yml
1 parent b88b0dc commit 896eb5c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,6 @@ jobs:
5151
SCALA_VERSION=$(cat SCALA_VERSION)
5252
echo SCALA_VERSION: $SCALA_VERSION
5353
echo "SCALA_VERSION=$SCALA_VERSION" >> $GITHUB_ENV
54-
55-
- name: Atomic Libs
56-
if: ${{ matrix.name == 'linux' && matrix.arch == 'arm64' }}
57-
run: sudo apt install -y libatomic1
5854
5955
- name: Build native libraries for ${{ matrix.name }}-${{ matrix.arch }}
6056
run: |

0 commit comments

Comments
 (0)