Skip to content

Commit

Permalink
Merge pull request #2082 from dfinity/mnl/use-setup-dfx-gh-action
Browse files Browse the repository at this point in the history
chore(ci): use `dfinity/setup-dfx` GitHub Action
  • Loading branch information
sesi200 authored Oct 30, 2023
2 parents 1ba03f7 + 5c9d6a6 commit 49024d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
node-version: 16

- name: Install DFX
run: sh -ci "$(curl -fsSL https://internetcomputer.org/install.sh)"
uses: dfinity/setup-dfx@main

- name: Dump Identity
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/preview-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
python-version: "3.10"

- name: Install DFX
run: sh -ci "$(curl -fsSL https://internetcomputer.org/install.sh)"
uses: dfinity/setup-dfx@main

- name: "Build & Deploy"
run: |
Expand Down

0 comments on commit 49024d5

Please sign in to comment.