소스 검색

gen_bindings.yml: simplify the test-nim step

Andre Weissflog 3 년 전
부모
커밋
7e4e9d5250
1개의 변경된 파일1개의 추가작업 그리고 5개의 파일을 삭제
  1. 1 5
      .github/workflows/gen_bindings.yml

+ 1 - 5
.github/workflows/gen_bindings.yml

@@ -114,11 +114,7 @@ jobs:
       - run: |
       - run: |
           nimble install -Y
           nimble install -Y
           nimble install glm -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
   # only deploy the bindings for commits on the main branch
   deploy-zig:
   deploy-zig: