Skip to content

Commit

Permalink
single quote in if
Browse files Browse the repository at this point in the history
  • Loading branch information
sdcb committed Feb 3, 2025
1 parent 462a858 commit 411efd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ jobs:
file factorial_gmp.exe
- name: Run Test C Program
if: ${{ matrix.os != 'android' && matrix.os != 'ios' && !(matrix.os == "linux-musl" && matrix.arch == "arm64") }}
if: ${{ matrix.os != 'android' && matrix.os != 'ios' && !(matrix.os == 'linux-musl' && matrix.arch == 'arm64') }}
run: |
case "$TARGET" in
win-*)
Expand Down

0 comments on commit 411efd1

Please sign in to comment.