Skip to content

Commit

Permalink
use correct input argument in CI (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
HugoGranstrom authored May 23, 2024
1 parent f99f14a commit 432ee33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/valid.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- uses: actions/checkout@v2
- uses: jiro4989/setup-nim-action@v1
with:
version: ${{ matrix.nim }}
nim-version: ${{ matrix.nim }}
repo-token: ${{ secrets.GITHUB_TOKEN }}
- name: Install deps
run: |
Expand Down

0 comments on commit 432ee33

Please sign in to comment.