Skip to content

Commit da59efb

Browse files
Fix update bin directory in linux build instructions (#326)
1 parent 96e431e commit da59efb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

linux/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,7 @@ RUN llvm18-config --version
4343

4444
ARG previous_crystal_release
4545
ADD ${previous_crystal_release} /tmp/crystal.tar.gz
46-
# TODO: Update path to new install directory /tmp/crystal/bin after migration period
47-
ENV PATH=${PATH}:/tmp/crystal/lib/crystal/bin/
46+
ENV PATH=${PATH}:/tmp/crystal/bin/
4847
RUN mkdir -p /tmp/crystal \
4948
&& tar xz -f /tmp/crystal.tar.gz -C /tmp/crystal --strip-component=1 \
5049
&& crystal --version \

0 commit comments

Comments
 (0)