Update configure flag type in bulid matrix (#23)
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 729ef00..e4539f2 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -31,7 +31,7 @@ jobs:
matrix:
platform: [ ubuntu-latest, macos-latest ]
compiler: [ clang, gcc ]
- feature: [ enable-pthread, disable-pthread ]
+ feature: [ with-pthread, without-pthread ]
runs-on: ${{ matrix.platform }}
steps:
- name: Download source package artifact
