summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorPauli <pauli@openssl.org>2021-07-29 15:24:20 +1000
committerPauli <pauli@openssl.org>2021-08-05 15:41:29 +1000
commitebe667b4645ef8ee742c5364a3ee3dd363bd17b4 (patch)
treedac9a7fd1ed4943ee38cc58dffd7cbda1bfd5edd /.github
parent7b917179d027c9901ea0e8c213f581c8db5d1b9b (diff)
ci: specific gcc explicitly on the basic-gcc CI build
GitHub Actions default to clang not gcc so this is necessary now. Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/16174)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 9e89d455a9..bcb5cd5775 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -61,7 +61,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: config
- run: ./config --banner=Configured enable-fips --strict-warnings && perl configdata.pm --dump
+ run: CC=gcc ./config --banner=Configured enable-fips --strict-warnings && perl configdata.pm --dump
- name: make
run: make -s -j4
- name: make test