tea and docker are conflicting

This commit is contained in:
Jacob Heider 2023-01-20 17:45:05 -05:00
parent ca850c6d3f
commit 2e64763141
No known key found for this signature in database
GPG key ID: A98011B5713535BF

View file

@ -61,14 +61,12 @@ jobs:
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- uses: teaxyz/setup@v0 - uses: teaxyz/setup@v0
if: startsWith(matrix.platform.name, 'darwin')
- name: build tauri for MacOS - name: build tauri for MacOS
if: startsWith(matrix.platform.name, 'darwin') if: startsWith(matrix.platform.name, 'darwin')
run: tea -ES xc build 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 - name: build tauri for Linux
if: startsWith(matrix.platform.name, 'linux') if: startsWith(matrix.platform.name, 'linux')
# TODO: https://tauri.app/v1/guides/distribution/sign-linux # TODO: https://tauri.app/v1/guides/distribution/sign-linux