diff options
| author | Andre Weissflog <floooh@gmail.com> | 2023-03-31 18:29:23 +0200 |
|---|---|---|
| committer | Andre Weissflog <floooh@gmail.com> | 2023-03-31 18:29:23 +0200 |
| commit | 49ed5328da48415e8f63819eff3a1c970a4e8009 (patch) | |
| tree | 322f73c17f40361e301a941f8051e40f7fdda409 | |
| parent | 1b66ce49134004a943d9c0e1d5c5f7b890e48149 (diff) | |
gh actions: try to select a specific nim version
| -rw-r--r-- | .github/workflows/gen_bindings.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/gen_bindings.yml b/.github/workflows/gen_bindings.yml index ba85e4b8..b029fcf1 100644 --- a/.github/workflows/gen_bindings.yml +++ b/.github/workflows/gen_bindings.yml @@ -124,6 +124,8 @@ jobs: runs-on: ${{matrix.os}} steps: - uses: jiro4989/setup-nim-action@v1 + with: + nim-version: 1.6.12 - uses: actions/checkout@v3 with: repository: floooh/sokol-nim |