mirror of
https://codeberg.org/gigirassy/riptide
synced 2026-08-30 15:27:38 +00:00
Update .forgejo/workflows/pgo-binary.yml
This commit is contained in:
@@ -19,6 +19,11 @@ jobs:
|
||||
image: rust:alpine
|
||||
|
||||
steps:
|
||||
- name: Install node
|
||||
run: |
|
||||
apk add --no-cache \
|
||||
node
|
||||
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
|
||||
@@ -137,15 +142,16 @@ jobs:
|
||||
image: rust:alpine
|
||||
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Install Windows cross compiler
|
||||
- name: Install Windows cross compiler and node
|
||||
run: |
|
||||
apk add --no-cache \
|
||||
mingw-w64-gcc \
|
||||
build-base \
|
||||
file
|
||||
file \
|
||||
node
|
||||
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Install Rust target
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user