Skip to content

Commit

Permalink
complete the transition to scramper's libgit2
Browse files Browse the repository at this point in the history
  • Loading branch information
disruptek committed Mar 21, 2022
1 parent 415c289 commit 879928f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ jobs:
fail-fast: false
matrix:
#os: ['windows-latest', 'macos-latest', 'ubuntu-latest']
os: ['macos-latest', 'ubuntu-latest']
#os: ['macos-latest', 'ubuntu-latest']
os: ['ubuntu-latest']
nim: ['devel', 'version-1-6', 'version-1-4', 'version-1-2']
name: '${{ matrix.os }} (${{ matrix.nim }})'
runs-on: ${{ matrix.os }}
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,10 @@ I no longer test Windows via the CI because I have no way to debug it.
That said, Windows builds may work just fine for you using the older
`bootstrap.ps1` which relies upon `nimble` to install dependencies.

### OS X

I no longer test OS X via the CI because I cannot be bothered to debug
libgit2/libssh behavior there. The tests for nim-1.2 do pass, however.

### GitHub Integration

Expand Down

0 comments on commit 879928f

Please sign in to comment.