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 20815e3 commit 583876b
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/msbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,12 @@ jobs:
- name: Stub
working-directory: ${{env.GITHUB_WORKSPACE}}
run: |
#env
echo ${env.PROGRAMFILES}
#cd ${env.PROGRAMFILES}
#dir
echo ${env.ProgramFiles(x86)}
#cd ${env.ProgramFiles(x86)}
#dir
echo "ppp: ${env.PROGRAMFILES}"
cd ${env.PROGRAMFILES}
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 583876b

Please sign in to comment.