Skip to content

Commit

Permalink
ci: Update toolchain action.
Browse files Browse the repository at this point in the history
The `actions-rs` actions haven't been maintained in some time and
trigger a number of warnings about use of deprecated functionality.
  • Loading branch information
waywardmonkeys authored and mbrubeck committed Aug 2, 2023
1 parent 8a49851 commit 21aec4e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,9 @@ jobs:
run: sudo apt-get update -y && sudo apt-get install -y binutils-dev libunwind8-dev libcurl4-openssl-dev libelf-dev libdw-dev cmake gcc libiberty-dev

- name: Install toolchain
uses: actions-rs/toolchain@v1
uses: dtolnay/rust-toolchain@master
with:
profile: minimal
toolchain: ${{ matrix.toolchain }}
override: true

- name: Cargo build
run: cargo build --verbose
Expand Down

0 comments on commit 21aec4e

Please sign in to comment.