Skip to content

Commit

Permalink
Add toolchain config to GitHub Actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
oleander committed Nov 16, 2024
1 parent f21ab70 commit 8fdfdc7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,12 @@ jobs:
restore-keys: |
${{ runner.os }}-rustup-cargo-${{ env.TARGET }}-
# - name: Add target (${{ env.TARGET }})
# run: rustup target add ${{ env.TARGET }}
- name: Setup Rust
uses: actions-rs/toolchain@v1
with:
toolchain: nightly
target: ${{ env.TARGET }}
override: true

- name: Install cargo-bump
run: cargo install cargo-bump
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ http-cacache/*
.secrets
.env.local
${env:TMPDIR}
bin/

0 comments on commit 8fdfdc7

Please sign in to comment.