]> gitweb.factorcode.org Git - factor.git/blobdiff - .github/workflows/build.yml
github: temporarily disable help-lint checks on windows builder
[factor.git] / .github / workflows / build.yml
index 41f6624fad974d2c531ad4dc68d60b52d5afea73..5c3e0123d6802acf8c2cb7ea54095ef6037ea652 100644 (file)
@@ -37,17 +37,13 @@ jobs:
     runs-on: windows-latest
     steps:
     - uses: actions/checkout@v2
+    - uses: ilammy/msvc-dev-cmd@v1
     - name: build
       shell: cmd
-      run: |
-        call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvars64.bat"
-        build.cmd net-bootstrap
+      run: build.cmd net-bootstrap
     - name: load-all
       shell: cmd
       run: 'factor -e="USING: memory namespaces parser.notes vocabs.hierarchy ; parser-quiet? off load-all save"'
     - name: test
       shell: cmd
       run: 'factor -run=tools.test resource:core'
-    - name: help-lint
-      shell: cmd
-      run: 'factor -run=help.lint resource:core resource:basis'