Skip to content

Commit

Permalink
Update e2e-cache.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
HarithaVattikuti authored Dec 9, 2024
1 parent ee469f8 commit ba56b18
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/e2e-cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,10 @@ jobs:
if: matrix.os == 'ubuntu-24.04'
run: |
echo ""Installing SBT...""
sudo apt-get update && sudo apt-get install -y sbt
echo "deb https://repo.scala-sbt.org/scalasbt/debian all main" | sudo tee /etc/apt/sources.list.d/sbt.list
curl -fsL https://repo.scala-sbt.org/scalasbt/debian/sbt-apt-key.gpg | sudo apt-key add -
sudo apt-get update
sudo apt-get install -y sbt
- name: Create files to cache
run: sbt update
Expand Down

0 comments on commit ba56b18

Please sign in to comment.