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 53c4fa6 commit 80059da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/msbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ 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)
Expand Down

0 comments on commit 80059da

Please sign in to comment.