mirror of
https://github.com/linux-can/can-utils.git
synced 2026-08-04 22:09:57 +02:00
Merge pull request #590 from marckleinebudde/fix-makefile-into-ci
github-actions: fix used compiler
This commit is contained in:
@@ -148,16 +148,16 @@ jobs:
|
||||
|
||||
- name: Configure & Build with gcc (Makefile)
|
||||
env:
|
||||
CC: gcc
|
||||
cc: gcc
|
||||
run: |
|
||||
podman exec -i stable make
|
||||
podman exec -i stable make CC=${cc}
|
||||
podman exec -i stable make clean
|
||||
|
||||
- name: Configure & Build with clang (Makefile)
|
||||
env:
|
||||
CC: clang
|
||||
cc: clang
|
||||
run: |
|
||||
podman exec -i stable make
|
||||
podman exec -i stable make CC=${cc}
|
||||
podman exec -i stable make clean
|
||||
|
||||
- name: Show logs
|
||||
|
||||
Reference in New Issue
Block a user