We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
website/src/reference/02-DetailTopics/05-Plugins-and-Best-Practices/04-GitHub-Actions-with-sbt.md
Line 50 in 17eb292
sbt: command not found
https://github.com/scala-ts/scala-ts/actions/runs/12690744241/job/35372261756?pr=2412#step:5:8
steps: - name: 'Checkout repository' uses: actions/checkout@v4 with: fetch-depth: 0 - name: 'Set up JDK 1.8' uses: actions/setup-java@v4 with: distribution: temurin java-version: 8 cache: sbt - name: 'Coursier cache' uses: coursier/cache-action@v5 with: extraKey: ${{ runner.os }}-coursier-${{ hashFiles('**/*.sbt') }}-${{ hashFiles('project/build.properties') }} - name: 'Compile' run: 'sbt ...'
The text was updated successfully, but these errors were encountered:
There's a PR for this fix - #1274
Sorry, something went wrong.
No branches or pull requests
website/src/reference/02-DetailTopics/05-Plugins-and-Best-Practices/04-GitHub-Actions-with-sbt.md
Line 50 in 17eb292
sbt: command not found
https://github.com/scala-ts/scala-ts/actions/runs/12690744241/job/35372261756?pr=2412#step:5:8
The text was updated successfully, but these errors were encountered: