Skip to content

Commit 0cb2969

Browse files
committed
fixup CC 2
1 parent d89afbb commit 0cb2969

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@ jobs:
5050

5151
- name: 'make'
5252
env:
53-
CC: '${{ matrix.build.CC || 'cc' }}'
54-
CFLAGS: '${{ matrix.build.CFLAGS }}'
55-
LDFLAGS: '${{ matrix.build.LDFLAGS }}'
53+
CC: ${{ matrix.build.CC || 'cc' }}
54+
CFLAGS: ${{ matrix.build.CFLAGS }}
55+
LDFLAGS: ${{ matrix.build.LDFLAGS }}
5656
run: make
5757

5858
- name: 'sanity test'

0 commit comments

Comments
 (0)