Skip to content

Commit 4f84bf4

Browse files
author
Jason
authored
chore: update dfx to 0.20.0 (#863)
* chore: update dfx to 0.20.0 * chore: update dfxvm install scripts
1 parent 754d7be commit 4f84bf4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/provision-darwin.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ sudo installer -pkg node.pkg -store -target /
1717
rm node.pkg
1818

1919
# Install DFINITY SDK.
20-
curl --location --output install-dfx.sh "https://raw.githubusercontent.com/dfinity/sdk/dfxvm-install-script/install.sh"
21-
DFX_VERSION=${DFX_VERSION:=0.19.0} DFXVM_INIT_YES=true bash install-dfx.sh
20+
curl --location --output install-dfx.sh "https://raw.githubusercontent.com/dfinity/sdk/master/public/install-dfxvm.sh"
21+
DFX_VERSION=${DFX_VERSION:=0.20.0} DFXVM_INIT_YES=true bash install-dfx.sh
2222
rm install-dfx.sh
2323
echo "$HOME/Library/Application Support/org.dfinity.dfx/bin" >> $GITHUB_PATH
2424
source "$HOME/Library/Application Support/org.dfinity.dfx/env"

.github/workflows/provision-linux.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ sudo apt-get install --yes nodejs
1212
rm install-node.sh
1313

1414
# Install DFINITY SDK.
15-
wget --output-document install-dfx.sh "https://raw.githubusercontent.com/dfinity/sdk/dfxvm-install-script/install.sh"
16-
DFX_VERSION=${DFX_VERSION:=0.19.0} DFXVM_INIT_YES=true bash install-dfx.sh
15+
wget --output-document install-dfx.sh "https://raw.githubusercontent.com/dfinity/sdk/master/public/install-dfxvm.sh"
16+
DFX_VERSION=${DFX_VERSION:=0.20.0} DFXVM_INIT_YES=true bash install-dfx.sh
1717
rm install-dfx.sh
1818
echo "$HOME/.local/share/dfx/bin" >> $GITHUB_PATH
1919
source "$HOME/.local/share/dfx/env"

0 commit comments

Comments
 (0)