Skip to content

Commit

Permalink
use setup-dfx gha
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcin Nowak-Liebiediew committed Oct 30, 2023
1 parent 6bc4b33 commit 4071689
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,10 +88,9 @@ jobs:
mv candid-extractor /usr/local/bin/candid-extractor

- name: Install DFX
run: |
export DFX_VERSION=${{env.dfx-version }}
echo Install DFX v$DFX_VERSION
yes | sh -ci "$(curl -fsSL https://internetcomputer.org/install.sh)"
uses: dfinity/setup-dfx@main
with:
dfx-version: "${{ env.dfx-version }}"

- name: Setup BATS
uses: mig4/[email protected]
Expand Down

0 comments on commit 4071689

Please sign in to comment.