Skip to content

Commit

Permalink
drop 1.6, add --path="."
Browse files Browse the repository at this point in the history
  • Loading branch information
disruptek committed Feb 4, 2024
1 parent 29bb57c commit a91f437
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
fail-fast: false
matrix:
os: ['macos-latest', 'ubuntu-latest']
nim: ['devel', 'version-1-6']
nim: ['devel']
name: '${{ matrix.os }} (${{ matrix.nim }})'
runs-on: ${{ matrix.os }}
steps:
Expand All @@ -79,7 +79,7 @@ jobs:
shell: bash
run: |
cd ci
balls --gc:arc --backend:c --define:danger --define:release
balls --path="." --gc:arc --backend:c --define:danger --define:release
- name: Build docs
if: ${{ matrix.docs }} == 'true'
Expand Down

0 comments on commit a91f437

Please sign in to comment.