From 7337e93a2721793ffecb5e9a941362970b1a11d9 Mon Sep 17 00:00:00 2001 From: Felanbird <41973452+Felanbird@users.noreply.github.com> Date: Thu, 8 Sep 2022 15:19:13 -0400 Subject: [PATCH] Remove comment suggesting `Build Qt` is a Linux only build step (#3955) * Remove comment suggesting `Build Qt` is a Linux only build step * I forgot to no ci [no ci] Co-authored-by: pajlada --- .github/workflows/build.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 507a6e923..252fb7e83 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -45,7 +45,6 @@ jobs: path: "${{ github.workspace }}/qt/" key: ${{ runner.os }}-QtCache-${{ matrix.qt-version }} - # LINUX - name: Install Qt uses: jurplel/install-qt-action@v2 with: