Skip to content

Commit 587ce96

Browse files
nop change to force tests to run
1 parent fcf06f8 commit 587ce96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/provision-linux.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ sudo bash install-node.sh
1111
sudo apt-get install --yes nodejs
1212
rm install-node.sh
1313

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

0 commit comments

Comments
 (0)