From 40d725a381efd3e8fbb6e9bfde0e02831ac663e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pl=C3=ADnio=20Larrubia?= Date: Mon, 16 Sep 2024 22:28:34 -0300 Subject: [PATCH] ci: Don't include d3d and dxc compiler DLLs --- .github/workflows/windows-qt.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/windows-qt.yml b/.github/workflows/windows-qt.yml index b67e9a390..9ea6f4350 100644 --- a/.github/workflows/windows-qt.yml +++ b/.github/workflows/windows-qt.yml @@ -64,7 +64,7 @@ jobs: run: | mkdir upload move build/shadPS4.exe upload - windeployqt --no-compiler-runtime --dir upload upload/shadPS4.exe + windeployqt --no-compiler-runtime --no-system-d3d-compiler --no-system-dxc-compiler --dir upload upload/shadPS4.exe - name: Get date and git hash id: vars