Skip to content

Commit

Permalink
skip version 1.6.4 in scala 2.13.
Browse files Browse the repository at this point in the history
  • Loading branch information
Readon committed Nov 8, 2023
1 parent 89b89dd commit c0bcad3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
uses: actions/checkout@v3

- name: setup-msys2
if: matrix.scalaVersion != '2.13' || matrix.spinalVersion != '1.6.4'
uses: msys2/setup-msys2@v2
with:
msystem: MINGW64
Expand Down Expand Up @@ -72,6 +73,7 @@ jobs:
uses: actions/checkout@v3

- uses: actions/download-artifact@v3
if: matrix.scalaVersion != '2.13' || matrix.spinalVersion != '1.6.4'
with:
name: installer

Expand Down

0 comments on commit c0bcad3

Please sign in to comment.