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 10, 2024
1 parent 8fcfa41 commit cf3f352
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/msbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,10 @@ jobs:
run: nuget restore ${{env.SOLUTION_FILE_PATH}}

- name: Stub
working-directory: ${{env.GITHUB_WORKSPACE}}\\Install\\Win32
run: echo "Stub"
working-directory: ${{env.GITHUB_WORKSPACE}}
run: |
echo ${{env.GITHUB_WORKSPACE}}
dir
- name: Build win32
working-directory: ${{env.GITHUB_WORKSPACE}}
Expand Down

0 comments on commit cf3f352

Please sign in to comment.