Skip to content

Commit

Permalink
Use 'dfinity/setup-dfx' GitHub action
Browse files Browse the repository at this point in the history
  • Loading branch information
rvanasa committed Nov 1, 2023
1 parent ae7279f commit 3025c25
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 @@ -26,8 +26,7 @@ jobs:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- name: Install dfx
run: |
echo y | 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 3025c25

Please sign in to comment.