Add Tauri CLI to Workflow

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: |