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 c85c5f9 commit 137a0cdCopy full SHA for 137a0cd
.github/workflows/ci.yml
@@ -33,11 +33,11 @@ jobs:
33
- name: Test virtualenv
34
run: scripts/virtualenv_test.sh 0.5.2
35
publish:
36
- runs-on: ubuntu-latest
+ runs-on: ubuntu-20.04
37
needs: [test]
38
if: github.event_name != 'pull_request' && (github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/v'))
39
steps:
40
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v2.3.4
41
with:
42
fetch-depth: 0
43
- uses: olafurpg/setup-scala@v13
project/metals.sbt
@@ -3,3 +3,4 @@
3
// This file enables sbt-bloop to create bloop config files.
4
5
addSbtPlugin("ch.epfl.scala" % "sbt-bloop" % "1.5.0")
6
+
0 commit comments