fix for linux git issue

This commit is contained in:
Jacob Heider 2023-01-20 17:40:21 -05:00
parent 84c3ce2b2d
commit 870164d4c1
No known key found for this signature in database
GPG key ID: A98011B5713535BF

View file

@ -66,6 +66,9 @@ jobs:
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