Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch to dfinity/setup-dfx action #2346

Merged
merged 1 commit into from
Mar 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 0 additions & 33 deletions .github/actions/setup-dfx/action.yml

This file was deleted.

6 changes: 3 additions & 3 deletions .github/workflows/canister-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ jobs:
- name: Kickstart npm ci
run: '{ npm ci --no-audit --no-fund; echo "$?" > ~/npm-ci-status; } &'

- uses: ./.github/actions/setup-dfx
- uses: dfinity/setup-dfx@0c1c03fb1a56008724b5d05ddfec0eef9479bdf8

# Helps with debugging
- name: Show versions
Expand Down Expand Up @@ -545,7 +545,7 @@ jobs:
google-chrome --version

- uses: ./.github/actions/setup-node
- uses: ./.github/actions/setup-dfx
- uses: dfinity/setup-dfx@0c1c03fb1a56008724b5d05ddfec0eef9479bdf8

# Helps with debugging
- name: Show versions
Expand Down Expand Up @@ -600,7 +600,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: ./.github/actions/setup-dfx
- uses: dfinity/setup-dfx@0c1c03fb1a56008724b5d05ddfec0eef9479bdf8

- name: 'Download II wasm'
uses: actions/download-artifact@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-rc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
- name: "Print shasum of found build"
run: shasum -a 256 ./internet_identity_production.wasm.gz

- uses: ./.github/actions/setup-dfx
- uses: dfinity/setup-dfx@0c1c03fb1a56008724b5d05ddfec0eef9479bdf8

- name: 'Install key'
env:
Expand Down
1 change: 1 addition & 0 deletions dfx.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,6 @@
"packtool": ""
}
},
"dfx": "0.15.3",
"version": 1
}
Loading