diff --git a/.github/workflows/test-suite.yml b/.github/workflows/test-suite.yml index 16f1db0ab5d..1a83a753c65 100644 --- a/.github/workflows/test-suite.yml +++ b/.github/workflows/test-suite.yml @@ -62,16 +62,10 @@ jobs: - uses: actions/checkout@v1 - name: Get latest version of stable Rust run: rustup update stable - - name: Add msbuild to PATH - uses: microsoft/setup-msbuild@v1.0.2 - - name: Use Python 2.7 - uses: actions/setup-python@v2 - with: - python-version: "2.7" - - name: Set node config to use python2.7 - run: npm config set python %pythonLocation% - - name: Set msvs_version to 2019 - run: npm config set msvs_version 2019 --global + - name: Install windows build tools + run: | + choco install python visualstudio2019-workload-vctools -y + npm config set msvs_version 2019 - name: Install ganache run: npm install -g ganache - name: Install make