Skip to content

Commit

Permalink
ci: Test encode2 API
Browse files Browse the repository at this point in the history
  • Loading branch information
aengelke committed Jul 7, 2024
1 parent b14728f commit a16367e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Install dependencies
run: sudo apt install -y ninja-build meson
- name: Configure
run: mkdir build; meson -Dbuildtype=debugoptimized build
run: mkdir build; meson -Dbuildtype=debugoptimized -Dwith_encode2=true build
- name: Build
run: ninja -v -C build
- name: Test
Expand Down

0 comments on commit a16367e

Please sign in to comment.