Skip to content

Commit

Permalink
fix(ci::exp): " -> '
Browse files Browse the repository at this point in the history
  • Loading branch information
2moe committed May 24, 2024
1 parent 0a3cec1 commit 825953e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run:
shell: zsh --pipefail -fex {0}
env:
circle_runner: ${{ startsWith(matrix.runner, "circle") }}
circle_runner: ${{ startsWith(matrix.runner, 'circle') }}
steps:
# - name: install zsh
# shell: sh -e {0}
Expand Down

0 comments on commit 825953e

Please sign in to comment.