mirror of
https://github.com/linux-can/can-utils.git
synced 2026-08-05 14:29:54 +02:00
github-actions: fix used compiler
Fixes: 130e0dced2 ("github-actions: compile with gcc and clang using Makefile")
This commit is contained in:
@@ -148,16 +148,16 @@ jobs:
|
|||||||
|
|
||||||
- name: Configure & Build with gcc (Makefile)
|
- name: Configure & Build with gcc (Makefile)
|
||||||
env:
|
env:
|
||||||
CC: gcc
|
cc: gcc
|
||||||
run: |
|
run: |
|
||||||
podman exec -i stable make
|
podman exec -i stable make CC=${cc}
|
||||||
podman exec -i stable make clean
|
podman exec -i stable make clean
|
||||||
|
|
||||||
- name: Configure & Build with clang (Makefile)
|
- name: Configure & Build with clang (Makefile)
|
||||||
env:
|
env:
|
||||||
CC: clang
|
cc: clang
|
||||||
run: |
|
run: |
|
||||||
podman exec -i stable make
|
podman exec -i stable make CC=${cc}
|
||||||
podman exec -i stable make clean
|
podman exec -i stable make clean
|
||||||
|
|
||||||
- name: Show logs
|
- name: Show logs
|
||||||
|
|||||||
Reference in New Issue
Block a user