forked from StudioInfinity/dyna3
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
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue