Skip to content

Commit

Permalink
debug ci with setup-nim-action v2-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
fox0430 committed Jul 5, 2024
1 parent 71af443 commit b66b853
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- 'macOS-latest'
nim-version:
- '1.6.2'
- 'stable'
- '2.0.8'
# - 'devel'

name: Build on ${{ matrix.nim-version }} (${{ matrix.os }})
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
# - macOS-latest
# - windows-latest
env:
NIM_VERSION: stable
NIM_VERSION: 2.0.8
steps:
- uses: actions/checkout@v4
- run: |
Expand Down

0 comments on commit b66b853

Please sign in to comment.