Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cagnulein authored Feb 27, 2024
1 parent 24078a9 commit 187dd9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -856,8 +856,8 @@ jobs:
- name: Build
run: |
cp src/windows/msvc/*.* .
cp src/windows/msvc/*.* /src
Copy-Item -Path src/windows/msvc/*.* -Destination . -Verbose
Copy-Item -Path src/windows/msvc/*.* -Destination src/ -Verbose
qmake
nmake
cd src/debug
Expand Down

0 comments on commit 187dd9a

Please sign in to comment.