Skip to content

Commit

Permalink
gha plz
Browse files Browse the repository at this point in the history
  • Loading branch information
wipe2238 authored Apr 9, 2024
1 parent 70aa5be commit 20d1eae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
uses: actions/checkout@v4

- name: Config
run: echo "MSBUILD_EXE=\"$("/c/Program Files (x86)/Microsoft Visual Studio/Installer/vswhere.exe" -latest -requires Microsoft.Component.MSBuild -find MSBuild/**/Bin/MSBuild.exe)\"" >> $GITHUB_ENV
run: echo "MSBUILD_EXE=$("/c/Program Files (x86)/Microsoft Visual Studio/Installer/vswhere.exe" -latest -requires Microsoft.Component.MSBuild -find MSBuild/**/Bin/MSBuild.exe)" >> $GITHUB_ENV
shell: bash

- name: Build
Expand Down

0 comments on commit 20d1eae

Please sign in to comment.