We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9daba4c commit b0c077cCopy full SHA for b0c077c
.github/workflows/provision-darwin.sh
@@ -18,7 +18,7 @@ rm node.pkg
18
19
# Install DFINITY SDK.
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.2} DFXVM_INIT_YES=true bash install-dfx.sh
+DFX_VERSION=${DFX_VERSION:=0.21.0} DFXVM_INIT_YES=true bash install-dfx.sh
22
rm install-dfx.sh
23
echo "$HOME/Library/Application Support/org.dfinity.dfx/bin" >> $GITHUB_PATH
24
source "$HOME/Library/Application Support/org.dfinity.dfx/env"
0 commit comments