This commit is contained in:
parent
b205465577
commit
85ddfc7e75
@ -7,6 +7,13 @@ jobs:
|
|||||||
build:
|
build:
|
||||||
runs-on: rust-ci
|
runs-on: rust-ci
|
||||||
steps:
|
steps:
|
||||||
|
- name: Install Node21
|
||||||
|
uses: actions/setup-node@v4.0.2
|
||||||
|
with:
|
||||||
|
node-version: 21.7.1
|
||||||
|
check-latest: false
|
||||||
|
architecture: x64
|
||||||
|
|
||||||
- name: Set up Docker environment
|
- name: Set up Docker environment
|
||||||
run: |
|
run: |
|
||||||
apt update && apt upgrade -y && apt install -y apt-transport-https ca-certificates curl zstd gnupg lsb-release
|
apt update && apt upgrade -y && apt install -y apt-transport-https ca-certificates curl zstd gnupg lsb-release
|
||||||
|
Loading…
Reference in New Issue
Block a user