Skip to content

Commit

Permalink
test c2nim with 2.0.0 (#272)
Browse files Browse the repository at this point in the history
* test c2nim with 2.0.0

* Update .github/workflows/ci.yml

* Apply suggestions from code review
  • Loading branch information
ringabout committed Nov 7, 2023
1 parent 621aae6 commit 7354f2b
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,21 @@ jobs:
# The type of runner that the job will run on
runs-on: ubuntu-latest

strategy:
matrix:
nim: ['devel', 'version-2-0', 'version-1-6']

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Setup Nim
uses: alaviss/[email protected]
with:
path: nim
version: version-1-6

path: 'nim'
version: ${{ matrix.nim }}
- name: c2nim
shell: bash
run: |
Expand Down

0 comments on commit 7354f2b

Please sign in to comment.