mirror of https://github.com/buster-so/buster.git
rust
This commit is contained in:
parent
91e308ee9b
commit
76b301e38d
|
@ -46,8 +46,14 @@ jobs:
|
|||
with:
|
||||
node-version: '20' # Specify a Node.js version
|
||||
|
||||
- name: Set up Rust toolchain
|
||||
uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
toolchain: stable
|
||||
override: true
|
||||
|
||||
- name: Install cargo-bump
|
||||
run: cargo install cargo-bump
|
||||
run: cargo install cargo-bump --locked
|
||||
|
||||
- name: Configure Git
|
||||
run: |
|
||||
|
|
Loading…
Reference in New Issue