We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 456e1de commit 1adc393Copy full SHA for 1adc393
.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://internetcomputer.org/install.sh"
21
-DFX_VERSION=${DFX_VERSION:=0.12.0} bash install-dfx.sh < <(yes Y)
+DFX_VERSION=${DFX_VERSION:=0.15.3} bash install-dfx.sh < <(yes Y)
22
rm install-dfx.sh
23
dfx cache install
24
.github/workflows/provision-linux.sh
@@ -13,7 +13,7 @@ rm install-node.sh
13
14
15
wget --output-document install-dfx.sh "https://internetcomputer.org/install.sh"
16
17
0 commit comments