Update rust workflow
This commit is contained in:
parent
d7a0c94f27
commit
3ab779bc85
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ jobs:
|
|||
build:
|
||||
runs-on: docker
|
||||
container:
|
||||
image: rust:1-alpine
|
||||
image: rust:latest
|
||||
steps:
|
||||
- name: Check out code
|
||||
uses: actions/checkout@v4
|
||||
|
|
Loading…
Reference in a new issue