Skip to content

Commit

Permalink
build without gnutls
Browse files Browse the repository at this point in the history
  • Loading branch information
skoobasteeve committed Jun 7, 2024
1 parent cc380ae commit 3b7cf45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/make-check-ycharts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ jobs:
- name: configure
working-directory: build.dir
run: |
../autogen.sh --prefix=${GITHUB_WORKSPACE}/install.dir
../autogen.sh --prefix=${GITHUB_WORKSPACE}/install.dir
- name: make
working-directory: build.dir
run: |
make
make --without-gnutls
- name: make check
working-directory: build.dir
run: |
Expand Down

0 comments on commit 3b7cf45

Please sign in to comment.