Add Tauri CLI to Workflow
Some checks failed
Run Tests on Code / run-tests (push) Successful in 11s
Build and Release Binary File / run-tests (push) Successful in 14s
Build and Release Binary File / build (push) Failing after 3m7s
Build and Release Binary File / upload-release (push) Has been skipped

This commit is contained in:
Neshura 2023-11-17 12:03:28 +00:00
parent 4248bcd080
commit f43cbb5f74

View file

@ -26,6 +26,9 @@ jobs:
-
name: Checking Out Repository Code
uses: https://code.forgejo.org/actions/checkout@v3
-
name: Installing Tauri CLI
run: cargo install tauri-cli
-
name: Compiling To Linux Target
run: |