mirror of
https://codeberg.org/gigirassy/riptide
synced 2026-08-30 23:27:39 +00:00
Update .forgejo/workflows/pgo-binary.yml
This commit is contained in:
@@ -22,7 +22,7 @@ jobs:
|
|||||||
- name: Install node
|
- name: Install node
|
||||||
run: |
|
run: |
|
||||||
apk add --no-cache \
|
apk add --no-cache \
|
||||||
node
|
nodejs
|
||||||
|
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
@@ -148,7 +148,7 @@ jobs:
|
|||||||
mingw-w64-gcc \
|
mingw-w64-gcc \
|
||||||
build-base \
|
build-base \
|
||||||
file \
|
file \
|
||||||
node
|
nodejs
|
||||||
|
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
@@ -194,7 +194,8 @@ jobs:
|
|||||||
apk add --no-cache \
|
apk add --no-cache \
|
||||||
curl \
|
curl \
|
||||||
jq \
|
jq \
|
||||||
coreutils
|
coreutils \
|
||||||
|
nodejs
|
||||||
|
|
||||||
- name: Download Linux artifact
|
- name: Download Linux artifact
|
||||||
uses: actions/download-artifact@v4
|
uses: actions/download-artifact@v4
|
||||||
|
|||||||
Reference in New Issue
Block a user