Skip to content

Commit

Permalink
Regenerate GitHub Actions workflow
Browse files Browse the repository at this point in the history
Executed command: sbt githubWorkflowGenerate
  • Loading branch information
http4s-steward[bot] committed Feb 27, 2024
1 parent 3e1d763 commit 568dbb7
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -206,32 +206,32 @@ jobs:
~/Library/Caches/Coursier/v1
key: ${{ runner.os }}-sbt-cache-v2-${{ hashFiles('**/*.sbt') }}-${{ hashFiles('project/build.properties') }}

- name: Download target directories (2.12.17, rootJS, FastOptStage)
- name: Download target directories (2.12.19, rootJS, FastOptStage)
uses: actions/download-artifact@v3
with:
name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.17-rootJS-FastOptStage
name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.19-rootJS-FastOptStage

- name: Inflate target directories (2.12.17, rootJS, FastOptStage)
- name: Inflate target directories (2.12.19, rootJS, FastOptStage)
run: |
tar xf targets.tar
rm targets.tar
- name: Download target directories (2.12.17, rootJVM, FastOptStage)
- name: Download target directories (2.12.19, rootJVM, FastOptStage)
uses: actions/download-artifact@v3
with:
name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.17-rootJVM-FastOptStage
name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.19-rootJVM-FastOptStage

- name: Inflate target directories (2.12.17, rootJVM, FastOptStage)
- name: Inflate target directories (2.12.19, rootJVM, FastOptStage)
run: |
tar xf targets.tar
rm targets.tar
- name: Download target directories (2.12.17, rootNative, FastOptStage)
- name: Download target directories (2.12.19, rootNative, FastOptStage)
uses: actions/download-artifact@v3
with:
name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.17-rootNative-FastOptStage
name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.19-rootNative-FastOptStage

- name: Inflate target directories (2.12.17, rootNative, FastOptStage)
- name: Inflate target directories (2.12.19, rootNative, FastOptStage)
run: |
tar xf targets.tar
rm targets.tar
Expand Down

0 comments on commit 568dbb7

Please sign in to comment.