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 7a64e64 commit ef456abCopy full SHA for ef456ab
.github/workflows/main.yml
@@ -81,7 +81,7 @@ jobs:
81
if: ${{ matrix.name == 'linux' && matrix.arch == 'arm64' }}
82
run: |
83
docker run --rm -v $(pwd):/${{ github.workspace }} -w ${{ github.workspace }} --platform linux/${{ matrix.arch }} arm64v8/ubuntu:latest /bin/bash -c "
84
- apt-get update && apt-get install -y ca-certificates &&
+ apt-get update && apt-get install -y ca-certificates gnupg &&
85
apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 99E82A75642AC823 &&
86
echo 'deb https://repo.scala-sbt.org/scalasbt/debian all main' > /etc/apt/sources.list.d/scala-sbt.list &&
87
apt-get update &&
0 commit comments