Skip to content

Commit 989fcf9

Browse files
Merge pull request #1 from Legarski/codex/fix-configure-step-in-ci-workflow
Fix GitHub Actions build
2 parents a7519e3 + 7631e62 commit 989fcf9

1 file changed

Lines changed: 2 additions & 8 deletions

File tree

.github/workflows/c-cpp.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,5 @@ jobs:
1313

1414
steps:
1515
- uses: actions/checkout@v4
16-
- name: configure
17-
run: ./configure
18-
- name: make
19-
run: make
20-
- name: make check
21-
run: make check
22-
- name: make distcheck
23-
run: make distcheck
16+
- name: Build libHttpClient
17+
run: bash Build/libHttpClient.Linux/libHttpClient_Linux.bash -c Release

0 commit comments

Comments
 (0)