Skip to content

Commit

Permalink
ci: bump fuzz toolchain to 1.61
Browse files Browse the repository at this point in the history
  • Loading branch information
apoelstra committed Aug 26, 2024
1 parent 886dbdd commit acaf8f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,15 +69,15 @@ jobs:
run: ./contrib/test.sh

Fuzz:
name: Fuzztests - 1.58.0 toolchain
name: Fuzztests - 1.63.0 toolchain
runs-on: ubuntu-latest
strategy:
fail-fast: false
steps:
- name: Checkout Crate
uses: actions/checkout@v3
- name: Checkout Toolchain
uses: dtolnay/rust-toolchain@1.58.0
uses: dtolnay/rust-toolchain@1.63.0
- name: Install test dependencies
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: Running test script
Expand Down

0 comments on commit acaf8f1

Please sign in to comment.