Skip to content

Commit

Permalink
drop nimskull until they fix their compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
disruptek committed Mar 28, 2024
1 parent 5a540c3 commit 0728843
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,11 @@ jobs:
os: [ubuntu-latest]
compiler:
- name: nim
version: 'devel'
- name: nimskull
version: "*"
version: devel
- name: nim
version: version-2-0
# - name: nimskull
# version: "*"

name: '${{ matrix.os }} (${{ matrix.compiler.name }} ${{ matrix.compiler.version }})'
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 0728843

Please sign in to comment.