mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
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 <rasmus.karlsson@pajlada.com>
This commit is contained in:
parent
9fd00a9c6c
commit
7337e93a27
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue