Skip to content

Commit 4ad7ce0

Browse files
committed
CI: cleanup
1 parent e7e357b commit 4ad7ce0

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/ccpp.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,6 @@ jobs:
124124
run: |
125125
choco install nsis
126126
choco install dos2unix
127-
#choco install pkgconfiglite
128127
- name: Install Qt
129128
uses: jurplel/install-qt-action@v2
130129
with:
@@ -157,8 +156,6 @@ jobs:
157156
- name: Build MediaWriter
158157
shell: bash
159158
run: |
160-
#export PATH=$(echo "$PATH" | sed -e 's/:\/c\/ProgramData\/Chocolatey\/bin//' | sed -e 's/:\/c\/Strawberry\/c\/bin//')
161-
#export PATH="$Qt5_Dir/../../Tools/mingw730_32/bin:$PATH"
162159
#FIXME: pkg-config seems to be somehow broken and pulls in debug versions of Qt libraries instead
163160
sed s@PKGCONFIG\ +=\ adwaita-qt@LIBS\ +=\ -L\$\$[QT_INSTALL_BINS]\ -ladwaitaqt@ -i app/app.pro
164161
sed s@PKGCONFIG\ +=\ adwaita-qt@LIBS\ +=\ -L\$\$[QT_INSTALL_BINS]\ -ladwaitaqt@ -i theme/theme.pro
@@ -179,7 +176,7 @@ jobs:
179176
cp -r ../../../theme/qml/* ./QtQuick/Controls.2/org.fedoraproject.AdwaitaTheme
180177
cp -r ../../../theme/qmldir ./org/fedoraproject/AdwaitaTheme
181178
cp -r ../../theme/release/adwaitathemeplugin.dll ./org/fedoraproject/AdwaitaTheme
182-
$Qt5_Dir/bin/windeployqt -qmldir ../../.. mediawriter.exe --release
179+
$Qt5_Dir/bin/windeployqt -qmldir ../../.. mediawriter.exe
183180
cp $Qt5_Dir/bin/libadwaita*.dll .
184181
cp $Qt5_Dir/bin/libstdc*.dll .
185182
cp $Qt5_Dir/bin/libwinpthread*.dll .

0 commit comments

Comments
 (0)