Fix workflow vs. action

This commit is contained in:
Bart Thomee
2025-07-27 12:08:13 -04:00
parent 51a04d8c11
commit 5c4c658c38
2 changed files with 2 additions and 2 deletions

View File

@@ -140,7 +140,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Generate strategy matrix
uses: ./.github/actions/generate-matrix.yml
uses: ./.github/actions/generate-matrix
with:
architecture: ${{ env.STRATEGY_MATRIX_ARCHITECTURE }}
os: ${{ env.STRATEGY_MATRIX_OS }}

View File

@@ -108,7 +108,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Generate strategy matrix
uses: ./.github/actions/generate-matrix.yml
uses: ./.github/actions/generate-matrix
with:
architecture: ${{ env.STRATEGY_MATRIX_ARCHITECTURE }}
os: ${{ env.STRATEGY_MATRIX_OS }}