Skip to content

Commit

Permalink
bootstrap: update cligen to 2.0.3
Browse files Browse the repository at this point in the history
This release contains fixes for nimskull
  • Loading branch information
alaviss committed Nov 4, 2023
1 parent c29493d commit 83177fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bootstrap-nonimble.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

PASSES=""
if [ "$GITHUB_ACTIONS" = "true" ]; then
if [ `uname -s` = "Linux" ]; then
if [ $(uname -s) = "Linux" ]; then
LGEXT="so"
else
LGEXT="dylib"
Expand All @@ -18,7 +18,7 @@ cd temporary
git clone --depth 1 --branch 1.8.31 https://github.com/disruptek/bump.git
git clone --depth 1 --branch 2.0.1 https://github.com/disruptek/cutelog.git
git clone --depth 1 --branch 3.1.0 https://github.com/disruptek/gittyup.git
git clone --depth 1 --branch 2.0.2 https://github.com/disruptek/cligen.git
git clone --depth 1 --branch 2.0.3 https://github.com/disruptek/cligen.git
git clone --depth 1 --branch 0.26.0 https://github.com/zevv/npeg.git
git clone --depth 1 --branch 1.0.2 https://github.com/disruptek/jsonconvert.git
git clone --depth 1 --branch 2.1.3 https://github.com/disruptek/badresults.git
Expand Down

0 comments on commit 83177fd

Please sign in to comment.