From e1781bcf63f45c59caa3895002d82a44a2cde9b5 Mon Sep 17 00:00:00 2001 From: John Benediktsson Date: Mon, 1 Aug 2022 07:54:37 -0700 Subject: [PATCH] .github: try and use Developer Command Prompt. --- .github/workflows/build.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 41f6624fad..2d0ffba690 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -37,11 +37,10 @@ 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"' -- 2.34.1