Skip to content

Commit

Permalink
parity for balls in ci (#312)
Browse files Browse the repository at this point in the history
  • Loading branch information
disruptek authored Jan 29, 2024
1 parent 5362a9c commit bca5a2d
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,12 +113,7 @@ jobs:
run: |
cd project
nimble --accept develop
if [[ $NIM == nimskull ]]; then
# Use older balls for nimskull
nimble --accept install "https://github.com/disruptek/[email protected]"
else
nimble --accept install "https://github.com/disruptek/balls"
fi
nimble --accept install "https://github.com/disruptek/balls"
env:
NIM: ${{ matrix.compiler.name }}

Expand All @@ -127,12 +122,7 @@ jobs:
run: |
cd project
cd examples
if [[ $NIM == nimskull ]]; then
# Old balls don't have glob
balls --path=".." --backend:c --mm:arc --mm:orc --errorMax:3
else
balls '***' --path=".." --backend:c --mm:arc --mm:orc
fi
balls '***' --path=".." --backend:c --mm:arc --mm:orc
env:
NIM: ${{ matrix.compiler.name }}

Expand Down

0 comments on commit bca5a2d

Please sign in to comment.