Switch to CircleCI's Rust + Node container image
This should make the `checkout` work on the runner host.
This commit is contained in:
parent
4251242953
commit
7f45e98b46
2 changed files with 4 additions and 4 deletions
|
@ -11,4 +11,4 @@ runs:
|
||||||
steps:
|
steps:
|
||||||
- run: rustup target add wasm32-unknown-unknown
|
- run: rustup target add wasm32-unknown-unknown
|
||||||
- run: curl --output - --proto '=https' --tlsv1.2 --retry 10 --retry-connrefused --location --silent --show-error --fail 'https://github.com/trunk-rs/trunk/releases/download/v0.21.12/trunk-x86_64-unknown-linux-gnu.tar.gz' | tar --gunzip --extract --file -
|
- run: curl --output - --proto '=https' --tlsv1.2 --retry 10 --retry-connrefused --location --silent --show-error --fail 'https://github.com/trunk-rs/trunk/releases/download/v0.21.12/trunk-x86_64-unknown-linux-gnu.tar.gz' | tar --gunzip --extract --file -
|
||||||
working-directory: /usr/local/cargo/bin
|
working-directory: /home/circleci/.cargo/bin
|
|
@ -7,7 +7,7 @@ jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
container:
|
container:
|
||||||
image: rust:1.85-bookworm
|
image: cimg/rust:1.85-node
|
||||||
defaults:
|
defaults:
|
||||||
run:
|
run:
|
||||||
working-directory: app-proto
|
working-directory: app-proto
|
||||||
|
@ -21,7 +21,7 @@ jobs:
|
||||||
test:
|
test:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
container:
|
container:
|
||||||
image: rust:1.85-bookworm
|
image: cimg/rust:1.85-node
|
||||||
defaults:
|
defaults:
|
||||||
run:
|
run:
|
||||||
working-directory: app-proto
|
working-directory: app-proto
|
||||||
|
@ -38,7 +38,7 @@ jobs:
|
||||||
run-examples:
|
run-examples:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
container:
|
container:
|
||||||
image: rust:1.85-bookworm
|
image: cimg/rust:1.85-node
|
||||||
defaults:
|
defaults:
|
||||||
run:
|
run:
|
||||||
working-directory: app-proto
|
working-directory: app-proto
|
||||||
|
|
Loading…
Add table
Reference in a new issue