From: John Benediktsson Date: Wed, 15 Dec 2021 22:07:49 +0000 (-0800) Subject: github: fix on windows. X-Git-Tag: 0.99~2219 X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=commitdiff_plain;h=b39371292e997d57ab73c92160b48be39ae29789 github: fix on windows. --- diff --git a/.github/workflows/build-test-core.yml b/.github/workflows/build-test-core.yml index a01dc6f476..a05e155df7 100644 --- a/.github/workflows/build-test-core.yml +++ b/.github/workflows/build-test-core.yml @@ -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"'