Remove Yarn Compilation from Release Actions
All checks were successful
Run Tests on Code / run-tests (push) Successful in 6s

This commit is contained in:
Neshura 2023-11-17 14:01:56 +01:00
parent 74230fdd2d
commit 370dc45569
Signed by: Neshura
GPG key ID: B6983AAA6B9A7A6C

View file

@ -35,9 +35,6 @@ jobs:
-
name: Install Yarn Packages
run: yarn install
-
name: Build Svelte App
run: yarn tauri build
-
name: Compiling To Linux Target
run: |