Skip to content

Commit 1adc393

Browse files
author
Frederik Rothenberger
committed
chore: Bump dfx
1 parent 456e1de commit 1adc393

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/provision-darwin.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ rm node.pkg
1818

1919
# Install DFINITY SDK.
2020
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)
21+
DFX_VERSION=${DFX_VERSION:=0.15.3} bash install-dfx.sh < <(yes Y)
2222
rm install-dfx.sh
2323
dfx cache install
2424

.github/workflows/provision-linux.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ rm install-node.sh
1313

1414
# Install DFINITY SDK.
1515
wget --output-document install-dfx.sh "https://internetcomputer.org/install.sh"
16-
DFX_VERSION=${DFX_VERSION:=0.12.0} bash install-dfx.sh < <(yes Y)
16+
DFX_VERSION=${DFX_VERSION:=0.15.3} bash install-dfx.sh < <(yes Y)
1717
rm install-dfx.sh
1818
dfx cache install
1919

0 commit comments

Comments
 (0)