Skip to content

Commit b29c4ac

Browse files
committed
test
1 parent 27099b1 commit b29c4ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
run: sudo apt install libhwloc-dev
5151

5252
- name: Configure Project
53-
run: meson setup builddir/ --buildtype=${{ matrix.buildtype }} -Db_sanitize=${{ matrix.santitize }} -Db_ndebug=if-release -Dlf_test=true -Db_lundef=false
53+
run: meson setup builddir/ --buildtype=${{ matrix.build }} -Db_sanitize=${{ matrix.sanitize }} -Db_ndebug=if-release -Dlf_test=true -Db_lundef=false
5454
env:
5555
CC: ${{ matrix.compiler.c }}
5656
CXX: ${{ matrix.compiler.cpp }}

0 commit comments

Comments
 (0)