diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7e78982..4c59c43 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -61,14 +61,12 @@ jobs: steps: - uses: actions/checkout@v3 - uses: teaxyz/setup@v0 + if: startsWith(matrix.platform.name, 'darwin') - name: build tauri for MacOS if: startsWith(matrix.platform.name, 'darwin') run: tea -ES xc build - # git on Linux panics tea --sync otherwise - - run: git config --global --add safe.directory $TEA_PREFIX - - name: build tauri for Linux if: startsWith(matrix.platform.name, 'linux') # TODO: https://tauri.app/v1/guides/distribution/sign-linux