Skip to content

Commit

Permalink
try cross-compilation tools even for macos
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromegn committed Aug 21, 2023
1 parent f274845 commit d136c00
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 @@ -35,7 +35,7 @@ jobs:
uses: taiki-e/setup-cross-toolchain-action@v1
with:
target: ${{ matrix.target }}
if: startsWith(matrix.os, 'ubuntu')
# if: startsWith(matrix.os, 'ubuntu')

- uses: rui314/setup-mold@v1

Expand Down

0 comments on commit d136c00

Please sign in to comment.