Skip to content

Commit

Permalink
ci: use dfinity/setup-dfx to install dfx (#791)
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcin Nowak-Liebiediew authored Oct 31, 2023
1 parent 1917055 commit 46e29f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
# build monorepo incl. each subpackage
- run: npm run build --workspaces --if-present

- run: echo y | sh -ci "$(curl -fsSL https://sdk.dfinity.org/install.sh)"
- uses: dfinity/setup-dfx@main

- name: running dfx
id: dfx
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mitm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
python-version: '3.11'
- run: pip3 install mitmproxy~=10.0.0

- run: echo y | sh -ci "$(curl -fsSL https://sdk.dfinity.org/install.sh)"
- uses: dfinity/setup-dfx@main

- name: running dfx
id: dfx
Expand Down

0 comments on commit 46e29f4

Please sign in to comment.