File tree 3 files changed +490
-195
lines changed
3 files changed +490
-195
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ rm node.pkg
18
18
19
19
# Install DFINITY SDK.
20
20
curl --location --output install-dfx.sh " https://raw.githubusercontent.com/dfinity/sdk/master/public/install-dfxvm.sh"
21
- DFX_VERSION=${DFX_VERSION:= 0.24.1 } DFXVM_INIT_YES=true bash install-dfx.sh
21
+ DFX_VERSION=${DFX_VERSION:= 0.24.2 } DFXVM_INIT_YES=true bash install-dfx.sh
22
22
rm install-dfx.sh
23
23
echo " $HOME /Library/Application Support/org.dfinity.dfx/bin" >> $GITHUB_PATH
24
24
source " $HOME /Library/Application Support/org.dfinity.dfx/env"
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ rm install-node.sh
13
13
14
14
# Install DFINITY SDK.
15
15
wget --output-document install-dfx.sh " https://raw.githubusercontent.com/dfinity/sdk/master/public/install-dfxvm.sh"
16
- DFX_VERSION=${DFX_VERSION:= 0.24.1 } DFXVM_INIT_YES=true bash install-dfx.sh
16
+ DFX_VERSION=${DFX_VERSION:= 0.24.2 } DFXVM_INIT_YES=true bash install-dfx.sh
17
17
rm install-dfx.sh
18
18
echo " $HOME /.local/share/dfx/bin" >> $GITHUB_PATH
19
19
source " $HOME /.local/share/dfx/env"
You can’t perform that action at this time.
0 commit comments