Skip to content

Commit

Permalink
FILES
Browse files Browse the repository at this point in the history
  • Loading branch information
JoergAtGithub committed Jun 9, 2024
1 parent 49ada45 commit b01ef76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/vectorization.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
id: check
shell: bash
run: |
FILES=${{ toJson(matrix.fileset) }}
FILESET=${{ toJson(matrix.fileset) }}
for FILES in $(echo "$FILESET" | jq -r '.[]'); do
if [[ "${{ runner.os }}" == "Windows" ]]; then
shell: pwsh
Expand Down

0 comments on commit b01ef76

Please sign in to comment.