File tree Expand file tree Collapse file tree 2 files changed +1
-27
lines changed
Expand file tree Collapse file tree 2 files changed +1
-27
lines changed Original file line number Diff line number Diff line change @@ -20,41 +20,15 @@ jobs:
2020 fail-fast : true
2121 matrix :
2222 include :
23- - name : dist-aarch64-linux-gnu
24- os : ubuntu-22.04-arm
25- build-target : aarch64-unknown-linux-gnu
26- dist-targets : aarch64-unknown-linux-gnu
27-
2823 - name : dist-x86-64-linux-gnu
2924 os : ubuntu-22.04
3025 build-target : x86_64-unknown-linux-gnu
3126 dist-targets : x86_64-unknown-linux-gnu
3227
33- - name : dist-windows-msvc
34- os : windows-latest
35- build-target : x86_64-pc-windows-msvc
36- dist-targets : x86_64-pc-windows-msvc,x86_64-pc-windows-gnu
37-
3828 steps :
3929 - name : checkout the source code
4030 uses : actions/checkout@v4
4131
42- - name : setup NodeJS
43- uses : actions/setup-node@v4
44- if : contains(matrix.build-target, 'windows')
45- with :
46- node-version : lts/*
47-
48- - name : install pnpm
49- if : contains(matrix.build-target, 'windows')
50- run : npm i -g pnpm
51-
52- - name : install Rust
53- if : contains(matrix.build-target, 'windows')
54- uses : dtolnay/rust-toolchain@stable
55- with :
56- targets : ${{ matrix.build-target }}
57-
5832 - name : download packages for offline build
5933 run : cargo dev vendor --for ${{ matrix.dist-targets }}
6034
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ command=(/scripts/command.sh)
5151docker \
5252 run \
5353 --workdir /checkout/rim \
54- --env $EDITION \
54+ --env EDITION= $EDITION \
5555 --volume $root_dir :/checkout \
5656 --init \
5757 --rm \
You can’t perform that action at this time.
0 commit comments