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:
|
||||
runs-on: docker
|
||||
container:
|
||||
image: rust:1.83-bullseye
|
||||
image: rust:latest
|
||||
steps:
|
||||
- name: Install Node.js
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue