File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ name: CI Checks
22
33env :
44 RUST_VERSION : 1.67.0
5- DFX_VERSION : 0.15.0
65
76on :
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
Original file line number Diff line number Diff line change 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 }
Original file line number Diff line number Diff line change 11{
2- "dfx" : " 0.15.3 " ,
2+ "dfx" : " 0.17.0 " ,
33 "canisters" : {
44 "backend" : {
55 "type" : " rust" ,
You can’t perform that action at this time.
0 commit comments