This commit is contained in:
dal 2025-05-06 17:08:31 -06:00
parent 91e308ee9b
commit 76b301e38d
No known key found for this signature in database
GPG Key ID: 16F4B0E1E9F61122
1 changed files with 7 additions and 1 deletions

View File

@ -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: |