Skip to content

Commit af2e061

Browse files
committed
fix ci
1 parent e93ce21 commit af2e061

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ci/build/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ FROM base
22

33
RUN apt-get update && apt-get install -y make git gcc
44

5-
CMD bash -c "cd /how2heap && make && cp $(which make) /how2heap/make"
5+
CMD bash -c "cd /how2heap && make all && cp $(which make) /how2heap/make"

ci/test/action.yml

+1-1
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; CC=gcc ./make test version=${{ inputs.glibc }}'
21+
docker run -v /tmp/how2heap:/how2heap ubuntu_test bash -c 'cd /how2heap; ./make test version=${{ inputs.glibc }}'
2222
shell: bash

0 commit comments

Comments
 (0)