Skip to content

Commit

Permalink
fixup! Use dependency archive build by kiwix-build
Browse files Browse the repository at this point in the history
  • Loading branch information
mgautierfr committed Jun 7, 2024
1 parent 68d369f commit ff592ca
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,13 +129,7 @@ jobs:
- name: Compile
shell: cmd
run: |
set PKG_CONFIG_PATH=%cd%\BUILD_win-amd64\INTALL\lib\pkgconfig
dir
dir BUILD_win-amd64
dir BUILD_win-amd64\INSTALL
dir BUILD_win-amd64\INSTALL\lib
dir BUILD_win-amd64\INSTALL\lib\pkgconfig
echo %PKG_CONFIG_PATH%
set PKG_CONFIG_PATH=%cd%\BUILD_win-amd64\INSTALL\lib\pkgconfig
dir %PKG_CONFIG_PATH%
meson.exe setup . build --default-library=static -Dwith_xapian=false
cd build
Expand Down

0 comments on commit ff592ca

Please sign in to comment.