mirror of
https://github.com/adulau/ssldump.git
synced 2024-11-21 17:07:04 +00:00
Force use of GCC in GCC CI
This commit is contained in:
parent
49c96df121
commit
ce378dc7dc
1 changed files with 1 additions and 1 deletions
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
|
||||
run: CC=/usr/bin/gcc ./configure
|
||||
- name: make
|
||||
run: make
|
||||
|
|
Loading…
Reference in a new issue