Skip to content

Commit ce6e392

Browse files
committed
missing wd, ENV format to fix warning
1 parent fbedf33 commit ce6e392

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,5 @@ jobs:
3636
cmake --build build --target install
3737
cmake --install build
3838
- name: test
39+
working-directory: build
3940
run: etc/docker/tests/run_test.sh

etc/docker/base-images/Dockerfile.debian.bullseye

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM debian:bullseye
22

3-
ENV HOME /root
3+
ENV HOME=/root
44
ARG DEBIAN_FRONTEND=noninteractive
55

66
RUN apt-get update

0 commit comments

Comments
 (0)