Skip to content

Commit

Permalink
2024 updates
Browse files Browse the repository at this point in the history
  • Loading branch information
juancarlospaco committed Mar 12, 2024
1 parent fd614c9 commit 2be4848
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@ jobs:
ACTIONS_ALLOW_UNSECURE_COMMANDS: true
CMD: "nim doc -d:nimStrictDelete -d:nimPreviewFloatRoundtrip -d:nimPreviewDotLikeOps --gc:orc --index:on --project --experimental:strictEffects --experimental:strictFuncs --styleCheck:usages --styleCheck:hint --outdir:../../docs"

- uses: actions/setup-python@v2
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}

# - uses: pre-commit/[email protected]
# if: runner.os == 'Linux'

- uses: jiro4989/setup-nim-action@v1.0.2
- uses: jiro4989/setup-nim-action@v1
with:
nim-version: ${{ matrix.nim-channel }}

Expand Down

0 comments on commit 2be4848

Please sign in to comment.