Add Tauri CLI to Workflow
Some checks failed
Some checks failed
This commit is contained in:
parent
4248bcd080
commit
f43cbb5f74
1 changed files with 3 additions and 0 deletions
|
@ -26,6 +26,9 @@ jobs:
|
||||||
-
|
-
|
||||||
name: Checking Out Repository Code
|
name: Checking Out Repository Code
|
||||||
uses: https://code.forgejo.org/actions/checkout@v3
|
uses: https://code.forgejo.org/actions/checkout@v3
|
||||||
|
-
|
||||||
|
name: Installing Tauri CLI
|
||||||
|
run: cargo install tauri-cli
|
||||||
-
|
-
|
||||||
name: Compiling To Linux Target
|
name: Compiling To Linux Target
|
||||||
run: |
|
run: |
|
||||||
|
|
Reference in a new issue