Closed Bilb closed 3 years ago
Fixed it by adding the msbuild action adn switching to chocolatey
- name: Chocolatey Install Action
if: runner.os == 'Windows'
uses: crazy-max/ghaction-chocolatey@v1.4.2
with:
args: install python2 visualcpp-build-tools -y
- name: Add msbuild to PATH
uses: microsoft/setup-msbuild@v1.0.2
if: runner.os == 'Windows'
Hi! I have the exact same issue but am a noob and don't understand your solution.
Have attached my log file.
This doesn't look like the same issue.
You get [291C:141C][2021-07-08T18:06:18]e000: MUX: Exception: Info: Could not download update data.
and none of the error I get.
Are you trying to install that in a github action? Because the fix I am talking about is for installing it via chocolatey on a github action.
Hi,
Running this on a github actions CI. I get those log and I think it's the reason why I get a cryptic error later in the build (and it fails). I am running on
windows-2016
,node 10.19.0
and installingwindows-build-tools-version@4.0.0
At the end of the setup node for windows task I get
Later in the build I get
Can you help me with that?