Skip to content

Commit

Permalink
Fix3
Browse files Browse the repository at this point in the history
  • Loading branch information
JoergAtGithub committed Jun 9, 2024
1 parent a62d08d commit b911c9d
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 @@ -52,7 +52,7 @@ jobs:
OUTPUT=$(pwsh -File ./tools/check_vectorization.ps1 "${{ matrix.config.compiler }}" "${{ matrix.config.flags }}" "${{ env.FILE }}")
echo "result=$OUTPUT" >> $GITHUB_ENV
else
OUTPUT=$(./tools/check_vectorization.sh "${{ matrix.config.compiler }}" "${{ matrix.config.flags }}" "${{ env.FILE }}")
OUTPUT=$(./tools/check_vectorization.sh "${{ matrix.config.compiler }}" ${matrix.config.flags} "${{ env.FILE }}")
echo "result=$OUTPUT" >> $GITHUB_ENV
fi
Expand Down

0 comments on commit b911c9d

Please sign in to comment.