Skip to content

Commit 842975f

Browse files
committedJul 24, 2023
fix: scip dir
1 parent 3ccce84 commit 842975f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ COPY . /action_internal
77
# scip converter
88
RUN git clone https://github.com/sourcegraph/scip.git --depth=1 ./scip_repo && \
99
cd scip_repo && \
10-
go build -o scip ./cmd && \
10+
go build -o scip ./cmd/scip && \
1111
cd .. && \
1212
cp ./scip_repo/scip . && \
1313
rm -rf ./scip_repo && \

0 commit comments

Comments
 (0)
Please sign in to comment.