diff options
| author | Andre Weissflog <floooh@gmail.com> | 2023-07-16 19:51:50 +0200 |
|---|---|---|
| committer | Andre Weissflog <floooh@gmail.com> | 2023-07-16 19:51:50 +0200 |
| commit | 7b6d1aa1c06940a6d66133c0197cf6ce23463b26 (patch) | |
| tree | 13db720ed0f21373dd86c6a1c03bf7416dbebce8 /.github | |
| parent | 2aada5c4afcd0e881c682578ed98262232e3e43a (diff) | |
| parent | 8d5d9929cc559cc6ec087fb621bfbe58c9ccc028 (diff) | |
Merge branch 'master' into sgfx-samplers-bindings
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/gen_bindings.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/gen_bindings.yml b/.github/workflows/gen_bindings.yml index 34ce2a06..a2e2c22e 100644 --- a/.github/workflows/gen_bindings.yml +++ b/.github/workflows/gen_bindings.yml @@ -125,7 +125,7 @@ jobs: steps: - uses: jiro4989/setup-nim-action@v1 with: - nim-version: 1.6.12 + nim-version: devel repo-token: ${{ secrets.GITHUB_TOKEN }} - uses: actions/checkout@v3 with: |