Skip to content

Commit

Permalink
ci: use dfinity/setup-dfx to install dfx
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcin Nowak-Liebiediew committed Nov 1, 2023
1 parent 1c3e132 commit 356cfa0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@ jobs:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- name: Install dfx
run: |
echo y | DFX_VERSION=$DFX_VERSION bash -ci "$(curl -fsSL https://sdk.dfinity.org/install.sh)"
uses: dfinity/setup-dfx@main
- name: Start dfx
run: |
dfx cache install
Expand Down

0 comments on commit 356cfa0

Please sign in to comment.