Add Yarn Project Install to Release Actions
Some checks failed
Run Tests on Code / run-tests (push) Successful in 10s
Build and Release Binary File / run-tests (push) Successful in 14s
Build and Release Binary File / build (push) Failing after 5m12s
Build and Release Binary File / upload-release (push) Has been skipped

This commit is contained in:
Neshura 2023-11-17 12:33:06 +00:00
parent 34ebbb1b72
commit 18f9250341

View file

@ -32,6 +32,9 @@ jobs:
-
name: Checking Out Repository Code
uses: https://code.forgejo.org/actions/checkout@v3
-
name: Install Yarn Packages
run: yarn install
-
name: Compiling To Linux Target
run: |