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

0 comments on commit b41ccd5

Please sign in to comment.