Browse Source

gh actions: try to select a specific nim version

Andre Weissflog 2 years ago
parent
commit
49ed5328da
1 changed files with 2 additions and 0 deletions
  1. 2 0
      .github/workflows/gen_bindings.yml

+ 2 - 0
.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