Skip to content

Commit

Permalink
Fix Windows security warnings on continuous build
Browse files Browse the repository at this point in the history
  • Loading branch information
ra3xdh committed Jun 23, 2024
1 parent 6d2c931 commit 6ce2334
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 6ce2334

Please sign in to comment.