Skip to content

Commit

Permalink
test: check if sources downloaded
Browse files Browse the repository at this point in the history
  • Loading branch information
romanzac committed Dec 7, 2023
1 parent 3962ac7 commit 82e02f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/build_nim.sh
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ nim_needs_rebuilding() {
popd >/dev/null

if [[ ! -d "$NIMBLE_DIR" ]]; then
echo "Downloading Nimble sources..."
mkdir -p "$NIMBLE_DIR"
pushd "$NIMBLE_DIR"
git clone https://github.com/nim-lang/nimble.git .
Expand Down

0 comments on commit 82e02f2

Please sign in to comment.