]> gitweb.factorcode.org Git - factor.git/commitdiff
github: fix on windows.
authorJohn Benediktsson <mrjbq7@gmail.com>
Wed, 15 Dec 2021 22:07:49 +0000 (14:07 -0800)
committerJohn Benediktsson <mrjbq7@gmail.com>
Wed, 15 Dec 2021 22:07:49 +0000 (14:07 -0800)
.github/workflows/build-test-core.yml

index a01dc6f476781c2d2f4948fec4490169a9147b0a..a05e155df7d0d012221d34d51bbc26609222ef6d 100644 (file)
@@ -43,7 +43,9 @@ jobs:
     - uses: actions/checkout@v2
     - name: build
       shell: cmd
-      run: build.cmd net-bootstrap
+      run: |
+        call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvars64.bat"
+        build.cmd net-bootstrap
     - name: load
       shell: cmd
       run: 'factor -e="USING: memory namespaces parser.notes vocabs.hierarchy ; parser-quiet? off \"resource:basis\" \"\" load-from-root save"'