Skip to content

Commit

Permalink
Fix unintentional whitespace change
Browse files Browse the repository at this point in the history
  • Loading branch information
squeek502 committed Feb 29, 2024
1 parent 92ee69c commit 52c101c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:

- name: Test 32-bit
if: ${{ matrix.os != 'macos-latest' }}
run: zig build test -Dtarget=x86-native
run: zig build test -Dtarget=x86-native

- name: Test big endian (mips)
if: ${{ matrix.os == 'ubuntu-latest' }}
Expand Down

0 comments on commit 52c101c

Please sign in to comment.