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 93b3778 commit 3b6b12fCopy full SHA for 3b6b12f
.github/workflows/main.yml
@@ -43,9 +43,9 @@ jobs:
43
- uses: coursier/cache-action@v5
44
- name: Run sbt tests
45
run: |
46
- ./.github/scripts/test.sh
+ ./.github/scripts/test.sh
47
48
- # From https://www.scala-sbt.org/1.x/docs/GitHub-Actions-with-sbt.html
+ # From https://www.scala-sbt.org/1.x/docs/GitHub-Actions-with-sbt.html
49
rm -rf "$HOME/.ivy2/local" || true
50
find $HOME/Library/Caches/Coursier/v1 -name "ivydata-*.properties" -delete || true
51
find $HOME/.ivy2/cache -name "ivydata-*.properties" -delete || true
0 commit comments