mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
ci: fix tauri CI (#2040)
* ci: print log * ci: sudo install * ci: enable ubuntu * ci: try to fix * ci: force run tauri ci * ci: update node version * ci: specific build protoc-gen-ts ts version
This commit is contained in:
parent
b7867bf177
commit
dc09d67d7c
@ -1,19 +1,19 @@
|
||||
|
||||
[tasks.install_tauri_protobuf.windows]
|
||||
script = """
|
||||
npm install -g protoc-gen-ts
|
||||
npm install -g protoc-gen-ts typescript@4.9.5
|
||||
"""
|
||||
script_runner = "@shell"
|
||||
|
||||
[tasks.install_tauri_protobuf.mac]
|
||||
script = """
|
||||
npm install -g protoc-gen-ts
|
||||
sudo npm install -g protoc-gen-ts typescript@4.9.5
|
||||
"""
|
||||
script_runner = "@shell"
|
||||
|
||||
[tasks.install_tauri_protobuf.linux]
|
||||
script = """
|
||||
sudo npm install -g protoc-gen-ts
|
||||
sudo npm install -g protoc-gen-ts typescript@4.9.5
|
||||
"""
|
||||
script_runner = "@shell"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user