Skip to content

Commit 2d288ab

Browse files
authored
Merge pull request #8 from sesi200/patch-1
move CI to new dfx install action
2 parents d3c8ac7 + 98ec61d commit 2d288ab

3 files changed

Lines changed: 7 additions & 10 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ name: CI Checks
22

33
env:
44
RUST_VERSION: 1.67.0
5-
DFX_VERSION: 0.15.0
65

76
on:
87
push:
@@ -134,13 +133,10 @@ jobs:
134133
steps:
135134
- uses: actions/checkout@v3
136135

137-
- name: Install DFX
138-
run: |
139-
wget --output-document install-dfx.sh "https://internetcomputer.org/install.sh"
140-
bash install-dfx.sh < <(yes Y)
141-
rm install-dfx.sh
142-
dfx cache install
143-
echo "$HOME/bin" >> $GITHUB_PATH
136+
- name: Install dfx
137+
uses: dfinity/setup-dfx@main
138+
with:
139+
dfx-version: "0.17.0"
144140

145141
- name: Use Node.js ${{ matrix.node-version }}
146142
uses: actions/setup-node@v3

deps/pulled.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22
"canisters": {
33
"rdmx6-jaaaa-aaaaa-aaadq-cai": {
44
"name": "internet_identity",
5-
"wasm_hash": "9142e876963b4254c3d90bdcbf37f5b0b44d7090f363f2b5bbaf0de714f295ee",
5+
"wasm_hash": "f1f2a00beb4d42560943f248178069f71c107afd9f4e59435336099a98e2b10f",
66
"init_guide": "Use '(null)' for sensible defaults. See the candid interface for more details.",
7+
"init_arg": null,
78
"candid_args": "(opt InternetIdentityInit)",
89
"gzip": true
910
}

dfx.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"dfx": "0.15.3",
2+
"dfx": "0.17.0",
33
"canisters": {
44
"backend": {
55
"type": "rust",

0 commit comments

Comments
 (0)