Skip to content

Commit

Permalink
Merge pull request #782 from ra3xdh/743_fix_windows
Browse files Browse the repository at this point in the history
Fix Windows security warnings on continuous build
  • Loading branch information
ra3xdh committed Jun 23, 2024
2 parents 6d2c931 + 6ce2334 commit 4f574bb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ jobs:
fail-fast: false
matrix:
environment:
- mingw64
- clang64
- ucrt64
defaults:
run:
Expand Down Expand Up @@ -73,6 +71,7 @@ jobs:
cd build/ && mingw32-make.exe install DESTDIR=./ -j$(nproc)
cp -rf 'Program Files (x86)/qucs-suite' ./
cd ..
strip build/qucs-suite/bin/*.exe
- name: Deploy Qt6 dependencies
run: |
Expand Down

0 comments on commit 4f574bb

Please sign in to comment.