Skip to content

Commit

Permalink
nop change to force tests to run
Browse files Browse the repository at this point in the history
  • Loading branch information
ericswanson-dfinity committed Jan 25, 2024
1 parent fcf06f8 commit 587ce96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/provision-linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ sudo bash install-node.sh
sudo apt-get install --yes nodejs
rm install-node.sh

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

0 comments on commit 587ce96

Please sign in to comment.