Skip to content

Commit

Permalink
GitHub CI: Build anaconda backend
Browse files Browse the repository at this point in the history
  • Loading branch information
meisenzahl committed Nov 9, 2023
1 parent bd4c3e8 commit f7b989f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ jobs:
run: |
meson build
ninja -C build
- name: Build (Anaconda Backend)
run: |
meson configure -Dinstaller_backend=anaconda build
ninja -C build
lint:
runs-on: ubuntu-latest
Expand Down

0 comments on commit f7b989f

Please sign in to comment.