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 583876b commit 098f914
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 "ppp: ${env.PROGRAMFILES}"
cd ${env.PROGRAMFILES}
echo "ppp: $env.PROGRAMFILES"
cd $env.PROGRAMFILES
dir
echo "ppp86: ${env.ProgramFiles(x86)}"
cd ${env.ProgramFiles(x86)}
echo "ppp86: $env.ProgramFiles(x86)"
cd $env.ProgramFiles(x86)
dir
- name: Build win32
Expand Down

0 comments on commit 098f914

Please sign in to comment.