:: commit 8f671ebdeb26783c810028332d99be2a1e014e36

Caleb Maclennan <caleb@alerque.com> — 2022-05-14 11:32

parents: e18d547b0d

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
tab: 248 wrap: offon