Skip to content

Commit

Permalink
Replace deprecated actions-rs/toolchain usage in build CI workflow
Browse files Browse the repository at this point in the history
We missed another usage of the actions-rs/toolchain GitHub Action inside
the CI workflow. Replace it with dtolnay/rust-toolchain as we did
everywhere else earlier.
  • Loading branch information
d-e-s-o committed Dec 22, 2024
1 parent 4304d34 commit 5f32cf0
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,8 @@ jobs:
- uses: actions/checkout@v4
- name: Install dependencies
run: sudo apt-get install --yes --no-install-recommends musl-tools
- uses: actions-rs/toolchain@v1
- uses: dtolnay/rust-toolchain@stable
with:
toolchain: stable
profile: minimal
override: true
target: x86_64-unknown-linux-musl
- run: |
cargo install --bin=btrfs-backup --path=. --root=. --target x86_64-unknown-linux-musl
Expand Down

0 comments on commit 5f32cf0

Please sign in to comment.