Skip to content

Commit a42f22c

Browse files
committed
specify CC in CI
1 parent e8b4d74 commit a42f22c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/test/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ runs:
1818

1919
- name: test how2heap inside the raw container
2020
run: |
21-
docker run -v /tmp/how2heap:/how2heap ubuntu_test bash -c 'cd /how2heap; ./make test version=${{ inputs.glibc }}'
21+
docker run -v /tmp/how2heap:/how2heap ubuntu_test bash -c 'cd /how2heap; CC=gcc ./make test version=${{ inputs.glibc }}'
2222
shell: bash

0 commit comments

Comments
 (0)