mirror of
https://github.com/adulau/ssldump.git
synced 2024-11-21 17:07:04 +00:00
Update CI workflow descriptions (2)
This commit is contained in:
parent
fe05e6a36b
commit
317d843a58
2 changed files with 2 additions and 2 deletions
2
.github/workflows/clang.yml
vendored
2
.github/workflows/clang.yml
vendored
|
@ -19,6 +19,6 @@ jobs:
|
|||
- name: autogen
|
||||
run: ./autogen.sh
|
||||
- name: configure
|
||||
run: ./configure CC=/usr/bin/clang
|
||||
run: ./configure CC=/usr/bin/clang LDFLAGS="-ljson-c"
|
||||
- name: make
|
||||
run: make
|
||||
|
|
2
.github/workflows/gcc.yml
vendored
2
.github/workflows/gcc.yml
vendored
|
@ -19,6 +19,6 @@ jobs:
|
|||
- name: autogen
|
||||
run: ./autogen.sh
|
||||
- name: configure
|
||||
run: ./configure CC=/usr/bin/gcc
|
||||
run: ./configure CC=/usr/bin/gcc LDFLAGS="-ljson-c"
|
||||
- name: make
|
||||
run: make
|
||||
|
|
Loading…
Reference in a new issue