Skip to content

Commit

Permalink
Fix CI quote
Browse files Browse the repository at this point in the history
  • Loading branch information
crazywhalecc committed Jul 7, 2024
1 parent 884d7bf commit 28b336c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-pack-lib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
ubuntu-20.04)
echo "OS=linux" >> "$GITHUB_OUTPUT"
echo "ARCH=aarch64" >> "$GITHUB_OUTPUT"
echo 'CMD="SPC_USE_ARCH=aarch64 bin/spc-alpine-docker"' >> "$GITHUB_OUTPUT"
echo CMD="SPC_USE_ARCH=aarch64 bin/spc-alpine-docker" >> "$GITHUB_OUTPUT"
;;
windows-latest)
echo "OS=windows" >> "$GITHUB_OUTPUT"
Expand Down

0 comments on commit 28b336c

Please sign in to comment.