diff options
| author | Marat Radchenko <marat@slonopotamus.org> | 2020-08-25 13:44:07 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-25 13:44:07 +0300 |
| commit | 33e27eeb21fb62f1e82767f9957a0a03fa35c722 (patch) | |
| tree | 4d1443ec763d7d8dda23cd9213f77dcf316ad419 /.github/workflows | |
| parent | 053230765f2d28b57c424cbd429ca61606a33d6a (diff) | |
see #363: drop dependency on kindlegen gem to unblock CI (#364)
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/ci.yml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a97bc96..c8845a4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,10 +20,6 @@ jobs: ruby: [jruby, 2.3, 2.4, 2.5, 2.6, 2.7] platform: [ubuntu-latest, macos-latest, windows-latest] asciidoctor: [1.5.6, ''] - exclude: - # kindlegen fails to install on 2.3 on Windows. See https://github.com/asciidoctor/asciidoctor-epub3/pull/213 - - ruby: 2.3 - platform: windows-latest runs-on: ${{ matrix.platform }} steps: - name: Checkout |
