Skip to content

Commit

Permalink
CI: Build with libsoup2 for now
Browse files Browse the repository at this point in the history
  • Loading branch information
TingPing authored and aperezdc committed Mar 11, 2023
1 parent 51687ba commit f19b824
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci-cross.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ jobs:
-Dplatforms=drm,headless,wayland \
-Dprograms=true \
-Ddocumentation=false \
-Dmanpages=false
-Dmanpages=false \
-Dsoup2=enabled
- name: Build
env:
TERM: dumb
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/ci-native.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,8 @@ jobs:
-Dplatforms=drm,headless,wayland,x11 \
-Dprograms=true \
-Ddocumentation=true \
-Dmanpages=true
-Dmanpages=true \
-Dsoup2=enabled
- name: Build
env:
TERM: dumb
Expand Down

0 comments on commit f19b824

Please sign in to comment.