Skip to content

Commit

Permalink
Try to install SWORD into a visible folder
Browse files Browse the repository at this point in the history
  • Loading branch information
kovzol committed Mar 13, 2024
1 parent 226815a commit 382ca5f
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,13 +65,6 @@ jobs:
shell: msys2 {0}

steps:
# - uses: actions/checkout@v4
# # do not checkout files containing ":"
# with:
# sparse-checkout-cone-mode: false
# sparse-checkout: |
# qt
# *.diff

- name: Sparse checkout
shell: bash
Expand Down Expand Up @@ -117,7 +110,8 @@ jobs:
cd sword-1.9.0
mkdir build
cd build
CC=clang CXX=clang++ cmake -G "MinGW Makefiles" ..
# Install SWORD in /mingw64 (which is usually C:/msys64/mingw64 on normal installations):
CC=clang CXX=clang++ cmake -DCMAKE_INSTALL_PREFIX=/mingw64 -G "MinGW Makefiles" ..
mingw32-make install
- name: Build bibref-qt
Expand Down

0 comments on commit 382ca5f

Please sign in to comment.