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 f1bea40
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:

- name: Install packages
run:
choco install ninja
choco install pkgconfiglite ninja

- name: Install python modules
run: pip3 install meson
Expand All @@ -129,15 +129,9 @@ 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
meson.exe setup . build -Dwith_xapian=false
cd build
ninja.exe
Expand Down

0 comments on commit f1bea40

Please sign in to comment.