Skip to content

Commit

Permalink
Update windows.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbrechtL authored Aug 31, 2024
1 parent 859a0d4 commit c9d6509
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,11 @@ jobs:
echo "Create a build directory"
md build
cd build
md release
echo "Get all headers and DLLs for the build"
cd ..
cd ../..
git clone https://github.com/AlbrechtL/welle.io-win-libs.git
- name: Display environment variables
Expand All @@ -54,8 +56,8 @@ jobs:
- name: Build
id: build
run: |
cd build
qmake ..
cd build/release
qmake ../..
mingw32-make
- name: Archive artifacts (welle.io build dir)
Expand Down

0 comments on commit c9d6509

Please sign in to comment.