mirror of
https://github.com/ivabus/gui
synced 2025-06-06 23:30:26 +03:00
tea and docker are conflicting
This commit is contained in:
parent
ca850c6d3f
commit
2e64763141
1 changed files with 1 additions and 3 deletions
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue