Skip to content
New issue

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

GitHub Action setup documentation seems outdated #1275

Open
cchantep opened this issue Jan 9, 2025 · 1 comment
Open

GitHub Action setup documentation seems outdated #1275

cchantep opened this issue Jan 9, 2025 · 1 comment

Comments

@cchantep
Copy link
Contributor

cchantep commented Jan 9, 2025

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 ...'
@eed3si9n
Copy link
Member

eed3si9n commented Jan 9, 2025

There's a PR for this fix - #1274

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants