Skip to content

Commit

Permalink
Update msbuild.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
irodushka authored Mar 11, 2024
1 parent dc7d2dc commit 1ffbff3
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/msbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,8 @@ jobs:
- name: Stub
working-directory: ${{env.GITHUB_WORKSPACE}}
run: |
echo "ppp: %programfiles%"
cd "%programfiles%"
cd "C:\Program Files\"
dir
#echo "ppp86: $env.ProgramFiles(x86)"
#cd $env.ProgramFiles(x86)
#dir
- name: Build win32
working-directory: ${{env.GITHUB_WORKSPACE}}
Expand Down

0 comments on commit 1ffbff3

Please sign in to comment.