Skip to content

Commit

Permalink
chore(ci): use dfinity/setup-dfx GitHub Action to install dfx (#439)
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcin Nowak-Liebiediew authored Oct 30, 2023
1 parent 6bc4b33 commit a14d272
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/setup-bats@v1.0.2
Expand Down

0 comments on commit a14d272

Please sign in to comment.