소스 검색

Remove unneeded CI stage

gingerBill 2 년 전
부모
커밋
d7d6608142
1개의 변경된 파일0개의 추가작업 그리고 5개의 파일을 삭제
  1. 0 5
      .github/workflows/ci.yml

+ 0 - 5
.github/workflows/ci.yml

@@ -123,11 +123,6 @@ jobs:
         run: |
           call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvars64.bat
           odin check examples/demo -vet
-      - name: Odin check -threaded-checker
-        shell: cmd
-        run: |
-          call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvars64.bat
-          odin check examples/demo -vet -threaded-checker
         timeout-minutes: 10
       - name: Odin run
         shell: cmd