aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortxtsd <thexerothermicsclerodermoid@gmail.com>2022-07-15 22:40:12 +0530
committertxtsd <thexerothermicsclerodermoid@gmail.com>2022-07-15 22:40:12 +0530
commit6732b77594f67906de556448b0b941a25b2aa73d (patch)
treeba1a334eeef02709ab9802cd4e0c136b98c9d9d9
parent3e4346e3210c2afec776d02be820c613685c4e2d (diff)
downloadPrismLauncher-6732b77594f67906de556448b0b941a25b2aa73d.tar.gz
PrismLauncher-6732b77594f67906de556448b0b941a25b2aa73d.tar.bz2
PrismLauncher-6732b77594f67906de556448b0b941a25b2aa73d.zip
chore(actions): Remove superfluous whitespace
Signed-off-by: txtsd <thexerothermicsclerodermoid@gmail.com>
-rw-r--r--.github/workflows/build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 2685c940..1108fed6 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -141,7 +141,7 @@ jobs:
if: runner.os == 'Linux' && matrix.appimage != true
run: |
sudo apt-get -y install qtbase5-dev qtchooser qt5-qmake qtbase5-dev-tools libqt5core5a libqt5network5 libqt5gui5
-
+
- name: Cache Qt (macOS and AppImage)
id: cache-qt
if: matrix.qt_ver == 6 && runner.os != 'Windows'