summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Weissflog <floooh@gmail.com>2023-03-31 18:29:23 +0200
committerAndre Weissflog <floooh@gmail.com>2023-03-31 18:29:23 +0200
commit49ed5328da48415e8f63819eff3a1c970a4e8009 (patch)
tree322f73c17f40361e301a941f8051e40f7fdda409
parent1b66ce49134004a943d9c0e1d5c5f7b890e48149 (diff)
gh actions: try to select a specific nim version
-rw-r--r--.github/workflows/gen_bindings.yml2
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