Skip to content

Commit

Permalink
don't cross build for scala3
Browse files Browse the repository at this point in the history
  • Loading branch information
yurique committed Mar 23, 2021
1 parent 5cd3770 commit 2ba2591
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
scala: [3.0.0-RC1, 2.13.5, 2.12.13]
scala: [2.13.5, 2.12.13]
java: [adopt@1.8]
runs-on: ${{ matrix.os }}
steps:
Expand Down Expand Up @@ -101,16 +101,6 @@ jobs:
~/Library/Caches/Coursier/v1
key: ${{ runner.os }}-sbt-cache-v2-${{ hashFiles('**/*.sbt') }}-${{ hashFiles('project/build.properties') }}

- name: Download target directories (3.0.0-RC1)
uses: actions/download-artifact@v2
with:
name: target-${{ matrix.os }}-3.0.0-RC1-${{ matrix.java }}

- name: Inflate target directories (3.0.0-RC1)
run: |
tar xf targets.tar
rm targets.tar
- name: Download target directories (2.13.5)
uses: actions/download-artifact@v2
with:
Expand Down

0 comments on commit 2ba2591

Please sign in to comment.