fix(ci): use rust:latest to support edition2024
Some checks failed
Lint and Build / lint-and-build (push) Failing after 3m10s
Some checks failed
Lint and Build / lint-and-build (push) Failing after 3m10s
This commit is contained in:
parent
6938a58dc5
commit
512f75d02b
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ jobs:
|
||||||
lint-and-build:
|
lint-and-build:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
container:
|
container:
|
||||||
image: rust:1.83-bullseye
|
image: rust:latest
|
||||||
steps:
|
steps:
|
||||||
- name: Install Node.js
|
- name: Install Node.js
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue