File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ rm node.pkg
1818
1919# Install DFINITY SDK.
2020curl --location --output install-dfx.sh " https://raw.githubusercontent.com/dfinity/sdk/master/public/install-dfxvm.sh"
21- DFX_VERSION=${DFX_VERSION:= 0.24.0 } DFXVM_INIT_YES=true bash install-dfx.sh
21+ DFX_VERSION=${DFX_VERSION:= 0.24.1 } DFXVM_INIT_YES=true bash install-dfx.sh
2222rm install-dfx.sh
2323echo " $HOME /Library/Application Support/org.dfinity.dfx/bin" >> $GITHUB_PATH
2424source " $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
1313
1414# Install DFINITY SDK.
1515wget --output-document install-dfx.sh " https://raw.githubusercontent.com/dfinity/sdk/master/public/install-dfxvm.sh"
16- DFX_VERSION=${DFX_VERSION:= 0.24.0 } DFXVM_INIT_YES=true bash install-dfx.sh
16+ DFX_VERSION=${DFX_VERSION:= 0.24.1 } DFXVM_INIT_YES=true bash install-dfx.sh
1717rm install-dfx.sh
1818echo " $HOME /.local/share/dfx/bin" >> $GITHUB_PATH
1919source " $HOME /.local/share/dfx/env"
You can’t perform that action at this time.
0 commit comments