Add Yarn Project Install to Release Actions

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