Switch to CircleCI's Rust + Node container image

This should make the `checkout` work on the runner host.
This commit is contained in:
Aaron Fenyes 2025-03-27 22:19:54 -07:00
parent 4251242953
commit 7f45e98b46
2 changed files with 4 additions and 4 deletions

View file

@ -7,7 +7,7 @@ jobs:
build:
runs-on: docker
container:
image: rust:1.85-bookworm
image: cimg/rust:1.85-node
defaults:
run:
working-directory: app-proto
@ -21,7 +21,7 @@ jobs:
test:
runs-on: docker
container:
image: rust:1.85-bookworm
image: cimg/rust:1.85-node
defaults:
run:
working-directory: app-proto
@ -38,7 +38,7 @@ jobs:
run-examples:
runs-on: docker
container:
image: rust:1.85-bookworm
image: cimg/rust:1.85-node
defaults:
run:
working-directory: app-proto