Skip to content

Commit a87b6e6

Browse files
authored
Check sbt install (#140)
1 parent bd872ec commit a87b6e6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/actions/install-sbt/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ runs:
99
run: |
1010
sudo apt-get update
1111
echo "deb https://repo.scala-sbt.org/scalasbt/debian all main" | sudo tee /etc/apt/sources.list.d/sbt.list
12-
curl -sL "https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x99E82A75642AC823" | sudo apt-key add
12+
curl -sL "https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x99E82A75642AC823" | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/sbt.gpg > /dev/null
1313
sudo apt-get update
1414
sudo apt-get install -y sbt
1515
shell: bash

0 commit comments

Comments
 (0)