Update rust workflow
This commit is contained in:
parent
8b360d1d8f
commit
0909135b39
1 changed files with 2 additions and 2 deletions
|
@ -3,9 +3,9 @@ on: [push]
|
|||
jobs:
|
||||
build:
|
||||
runs-on: docker
|
||||
container:
|
||||
image: rust:1-alpine
|
||||
steps:
|
||||
- name: Set up Rust
|
||||
uses: msrd0/rust-toolchain@nightly
|
||||
- name: Check out code
|
||||
uses: actions/checkout@v4
|
||||
- name: Build binary
|
||||
|
|
Loading…
Reference in a new issue