Add Yarn Project Install to Release Actions
Some checks failed
Some checks failed
This commit is contained in:
parent
34ebbb1b72
commit
18f9250341
1 changed files with 3 additions and 0 deletions
|
@ -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: |
|
||||
|
|
Reference in a new issue