Skip to content

Commit

Permalink
Fixed GH matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
Rojods committed Aug 10, 2023
1 parent d61a740 commit e688022
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/test-case-studies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
uses: actions/cache@v3
with:
path: ${{ github.workspace }}/dist
key: ${{ github.ref }}-dist
key: ${{ github.ref }}-${{ matrix.jabba_jdk }}-dist
test-cases-linux:
strategy:
matrix:
Expand All @@ -44,7 +44,7 @@ jobs:
uses: actions/cache@v3
with:
path: ${{ github.workspace }}/dist
key: ${{ github.ref }}-dist
key: ${{ github.ref }}-${{ matrix.jabba_jdk }}-dist
- uses: actions/setup-python@v4
with:
python-version: '3.10'
Expand All @@ -68,6 +68,11 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: '3.10'
- name: Cache-in outputs
uses: actions/cache@v3
with:
path: ${{ github.workspace }}/dist
key: ${{ github.ref }}-${{ matrix.jabba_jdk }}-dist
- run: |
cd ${{ github.workspace }}
cp -r ${{ github.workspace }}/dist/x86_64-pc-windows-gnu/* .
Expand Down

0 comments on commit e688022

Please sign in to comment.