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 b88b0dc commit 896eb5cCopy full SHA for 896eb5c
.github/workflows/main.yml
@@ -51,10 +51,6 @@ jobs:
51
SCALA_VERSION=$(cat SCALA_VERSION)
52
echo SCALA_VERSION: $SCALA_VERSION
53
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
58
59
- name: Build native libraries for ${{ matrix.name }}-${{ matrix.arch }}
60
run: |
0 commit comments