Skip to content

Commit ef456ab

Browse files
authored
Update main.yml
1 parent 7a64e64 commit ef456ab

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
@@ -81,7 +81,7 @@ jobs:
8181
if: ${{ matrix.name == 'linux' && matrix.arch == 'arm64' }}
8282
run: |
8383
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 &&
84+
apt-get update && apt-get install -y ca-certificates gnupg &&
8585
apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 99E82A75642AC823 &&
8686
echo 'deb https://repo.scala-sbt.org/scalasbt/debian all main' > /etc/apt/sources.list.d/scala-sbt.list &&
8787
apt-get update &&

0 commit comments

Comments
 (0)