Quellcode durchsuchen

gen_bindings.yml: simplify the test-nim step

Andre Weissflog vor 3 Jahren
Ursprung
Commit
7e4e9d5250
1 geänderte Dateien mit 1 neuen und 5 gelöschten Zeilen
  1. 1 5
      .github/workflows/gen_bindings.yml

+ 1 - 5
.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: