From d136c00cf251f444d4b3a6e8da18b956e678292c Mon Sep 17 00:00:00 2001 From: Jerome Gravel-Niquet Date: Mon, 21 Aug 2023 10:10:11 -0400 Subject: [PATCH] try cross-compilation tools even for macos --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1665b2a5..da1dcb73 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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