Skip to content

Commit 94d8d89

Browse files
committed
#1: fix invalid variable in ci
1 parent 4386e15 commit 94d8d89

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/build-and-test.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -122,13 +122,11 @@ jobs:
122122
else
123123
docker run \
124124
--name test-container \
125-
-w $FOO_SRC_DIR \
125+
-w $WORKSPACE \
126126
-v ${{ github.workspace }}:/workspace \
127127
-v /opt/foo/build:/opt/foo/build \
128128
-v /opt/foo/output:/opt/foo/output \
129129
-e CI="1" \
130-
-e CMAKE_CXX_STANDARD="17" \
131-
-e CMAKE_BUILD_TYPE="Release" \
132130
${{ matrix.runner.image }} \
133131
bash -c "$CMD"
134132
exit $(docker container inspect --format '{{.State.ExitCode}}' test-container)

0 commit comments

Comments
 (0)