Skip to content

Commit

Permalink
WIP Debug 6
Browse files Browse the repository at this point in the history
  • Loading branch information
chris2511 committed Mar 7, 2024
1 parent ab820b8 commit 5408941
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/cmake.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,16 @@ jobs:
runs-on: ${{matrix.runs}}

steps:
- name: Install Sphinx
run: pip3 install sphinx

- name: Install Qt ${{matrix.qt}}
uses: jurplel/install-qt-action@v3
with:
arch: ${{matrix.winarch}}
version: ${{matrix.qt}}
tools: ${{matrix.tools}}

- name: Install MSYS2 on Windows
uses: msys2/setup-msys2@v2
if: matrix.os == 'windows'
Expand All @@ -80,16 +90,6 @@ jobs:
./Configure mingw64 --prefix=`pwd`/../install --libdir=lib
make -j4 && make install_sw
- name: Install Sphinx
run: pip3 install sphinx

- name: Install Qt
uses: jurplel/install-qt-action@v3
with:
arch: ${{matrix.winarch}}
version: ${{matrix.qt}}
tools: ${{matrix.tools}}

- name: Checkout XCA
uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 5408941

Please sign in to comment.