diff options
| author | Andre Weissflog <floooh@gmail.com> | 2022-06-12 17:36:16 +0200 |
|---|---|---|
| committer | Andre Weissflog <floooh@gmail.com> | 2022-06-12 17:36:16 +0200 |
| commit | 7e4e9d525086b959074294f3e1e66f2520f69fd3 (patch) | |
| tree | bdbdaaa9428e7c38d93271156af3042aaeb350d1 /.github | |
| parent | 646a94b3d7b780ae6ba2c583a0f4d6abde79f9fc (diff) | |
gen_bindings.yml: simplify the test-nim step
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/gen_bindings.yml | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/.github/workflows/gen_bindings.yml b/.github/workflows/gen_bindings.yml index 218dc85c..f2571466 100644 --- a/.github/workflows/gen_bindings.yml +++ b/.github/workflows/gen_bindings.yml @@ -114,11 +114,7 @@ jobs: - run: | nimble install -Y nimble install glm -Y - # FIXME: this should be solved better - - if: runner.os == 'Windows' - run: nim c --cc:vcc examples/cube.nim - - if: runner.os == 'Linux' || runner.os == 'macOS' - run: nim c examples/cube.nim + nimble build_all # only deploy the bindings for commits on the main branch deploy-zig: |