mirror of
https://github.com/adulau/ssldump.git
synced 2024-11-22 01:17: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
|
- name: autogen
|
||||||
run: ./autogen.sh
|
run: ./autogen.sh
|
||||||
- name: configure
|
- name: configure
|
||||||
run: ./configure
|
run: CC=/usr/bin/gcc ./configure
|
||||||
- name: make
|
- name: make
|
||||||
run: make
|
run: make
|
||||||
|
|
Loading…
Reference in a new issue