Skip to content

Commit

Permalink
Get Rust version from rust-toolchain.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
mmicu committed Aug 20, 2023
1 parent a9eec28 commit d928060
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,6 @@ jobs:
strategy:
matrix:
os: [macos-12, ubuntu-20.04, ubuntu-22.04]
rust: ['1.65.0']
steps:
- name: Checking out repo
uses: actions/checkout@v3
Expand All @@ -178,7 +177,7 @@ jobs:
- name: Download dfx binary
uses: actions/download-artifact@v3
with:
name: dfx-${{ matrix.os }}-rs-${{ matrix.rust }}
name: dfx-${{ matrix.os }}-rs-${{ hashFiles('rust-toolchain.toml') }}
path: /usr/local/bin
- name: Setup dfx binary
run: chmod +x /usr/local/bin/dfx
Expand Down

0 comments on commit d928060

Please sign in to comment.