Skip to content

Commit

Permalink
set env-vars CC / LD for make to run cleanly in CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
Aditya Gurajada committed May 21, 2023
1 parent f8bba4e commit 6b1fea8
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,11 @@ jobs:
#! run: ./configure

- name: Install dependencies
run: make
run: make clean
run: CC=gcc LD=gcc make

- name: Run check
run: make check
#! - name: Run check
#! run: make check

#! - name: Run distcheck
#! run: make distcheck

0 comments on commit 6b1fea8

Please sign in to comment.