aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/c.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/c.yml b/.github/workflows/c.yml
index 6bce3d0..62ade26 100644
--- a/.github/workflows/c.yml
+++ b/.github/workflows/c.yml
@@ -19,8 +19,8 @@ jobs:
strategy:
fail-fast: false
matrix:
- # TODO: Add Windows support
- os: [ubuntu-latest, macos-latest]
+ # TODO: Add Windows and macOS support
+ os: [ubuntu-latest]
steps:
- name: Checkout repository
uses: actions/checkout@v4
@@ -37,7 +37,7 @@ jobs:
- name: Run Autoconf
run: autoreconf -fi
- name: Configure
- run: ./configure --disable-static
+ run: ./configure
- name: Build
run: make