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 5a06620 commit f855157
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/msbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,11 @@ jobs:
- name: Stub
working-directory: ${{env.GITHUB_WORKSPACE}}
run: |
echo "%ProgramFiles%"
cd %ProgramFiles%
echo ${ProgramFiles}
cd ${ProgramFiles}
dir
echo "%ProgramFiles(x86)%"
cd %ProgramFiles(x86)%
echo ${ProgramFiles(x86}
cd ${ProgramFiles(x86)}
dir
- name: Build win32
Expand Down

0 comments on commit f855157

Please sign in to comment.