Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
avojak committed Jun 29, 2023
1 parent d960858 commit ba7dcf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Install dependencies
run: apt-get update && apt-get -y install libvala-dev valac meson libsoup-3.0-dev libarchive-dev
- name: Build
run: meson build && ninja -C build
run: meson build -Dbuild-tests=true -Ddemos=true && ninja -C build
- name: Upload
uses: actions/upload-artifact@v1
with:
Expand Down

0 comments on commit ba7dcf6

Please sign in to comment.