Skip to content

Commit

Permalink
fix macos build
Browse files Browse the repository at this point in the history
  • Loading branch information
xuwei-k committed May 3, 2024
1 parent 125671a commit 3a8621d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ jobs:
java-version: 17
distribution: temurin
- uses: coursier/cache-action@v6
- run: sbt -v
- run: wget https://raw.githubusercontent.com/dwijnand/sbt-extras/cd57b2815147dafa2b0c661a54607c245de4de58/sbt
- run: chmod +x ./sbt
- run: ./sbt -v
scalafmtSbtCheck
scalafmtCheckAll
updateClassifiers
Expand Down

0 comments on commit 3a8621d

Please sign in to comment.