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 0e8796e commit b851152Copy full SHA for b851152
.github/workflows/ci.yml
@@ -201,15 +201,6 @@ jobs:
201
- uses: VirtusLab/scala-cli-setup@a4c8b538a26205b4f92c3253f4661735b029f6e6
202
with:
203
apps: ""
204
-
205
- - name: Unlock keychain for remote access
206
- run: security -v unlock-keychain ~/Library/Keychains/login.keychain-db
207
- - name: Login to Docker Hub
208
- uses: docker/login-action@v3
209
- with:
210
- username: ${{ secrets.DOCKERHUB_USERNAME }}
211
- password: ${{ secrets.DOCKERHUB_TOKEN }}
212
213
- name: Generate native launcher and generate os packages
214
run: .github/scripts/build-linux-aarch64.sh
215
env:
0 commit comments