mirror of
https://github.com/ivabus/gui
synced 2025-06-06 23:30:26 +03:00
fix for linux git issue
This commit is contained in:
parent
84c3ce2b2d
commit
870164d4c1
1 changed files with 3 additions and 0 deletions
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
|
@ -66,6 +66,9 @@ jobs:
|
|||
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
|
||||
|
|
Loading…
Reference in a new issue