We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8b4d74 commit a42f22cCopy full SHA for a42f22c
ci/test/action.yml
@@ -18,5 +18,5 @@ runs:
18
19
- name: test how2heap inside the raw container
20
run: |
21
- docker run -v /tmp/how2heap:/how2heap ubuntu_test bash -c 'cd /how2heap; ./make test version=${{ inputs.glibc }}'
+ docker run -v /tmp/how2heap:/how2heap ubuntu_test bash -c 'cd /how2heap; CC=gcc ./make test version=${{ inputs.glibc }}'
22
shell: bash
0 commit comments