Skip to content

Commit

Permalink
1.0.10: fixes iteration bug
Browse files Browse the repository at this point in the history
  • Loading branch information
disruptek committed Jun 27, 2021
1 parent 50f9bba commit 04e70e8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
with:
path: nimph
path: ci

- name: Setup Nim
uses: alaviss/setup-nim@0.1.1
Expand All @@ -53,7 +53,7 @@ jobs:
shell: bash
run: |
mkdir $HOME/.nimble
cd nimph
cd ci
git fetch --unshallow
cp ci-bootstrap.cfg nim.cfg
./bootstrap-nonimble.sh test
Expand Down Expand Up @@ -85,7 +85,7 @@ jobs:
if: ${{ matrix.docs }} == 'true'
shell: bash
run: |
cd nimph
cd ci
branch=${{ github.ref }}
branch=${branch##*/}
mv ci-docs.cfg nim.cfg
Expand All @@ -110,6 +110,6 @@ jobs:
matrix.os == 'ubuntu-latest' && matrix.nim == 'devel'
uses: crazy-max/ghaction-github-pages@v1
with:
build_dir: nimph/docs
build_dir: ci/docs
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion nimph.nimble
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = "1.0.9"
version = "1.0.10"
author = "disruptek"
description = "nim package handler from the future"
license = "MIT"
Expand Down

0 comments on commit 04e70e8

Please sign in to comment.