Skip to content

Commit

Permalink
🐞 fix: msbuild working dir
Browse files Browse the repository at this point in the history
  • Loading branch information
caoccao committed Aug 24, 2024
1 parent 692e142 commit 6a8532b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/windows_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ jobs:
run: |
cd ..
git clone https://github.com/MediaArea/MediaInfoLib.git
cd MediaInfoLib
msbuild Project\MSVC2022\MediaInfoLib.sln -t:rebuild -verbosity:diag -property:Configuration=Release
cd MediaInfoLib\Project\MSVC2022
msbuild MediaInfoLib.sln -t:rebuild -verbosity:diag -property:Configuration=Release
- name: Build Better Media Info
run: |
Expand Down

0 comments on commit 6a8532b

Please sign in to comment.