Skip to content

Commit

Permalink
don't add network and d3d dlls in msys2.
Browse files Browse the repository at this point in the history
  • Loading branch information
dsm authored Nov 29, 2024
1 parent 5226827 commit 9268ace
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -544,7 +544,7 @@ jobs:
run: |
deploy_tool="windeployqt-qt6.exe"
bin_dir="build/qucs-suite/bin"
options="--svg --no-translations"
options="--svg --no-translations --no-system-d3d-compiler --no-network"
executables=(
"qucs-s.exe" "qucs-sactivefilter.exe" "qucs-sattenuator.exe"
Expand Down

0 comments on commit 9268ace

Please sign in to comment.