Skip to content

Commit

Permalink
ci: add slm to path in container
Browse files Browse the repository at this point in the history
  • Loading branch information
jwatson0 committed Sep 17, 2024
1 parent b8d8e60 commit f645274
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/jitx-client/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ WORKDIR /app
COPY ./user.params /root/.jitx/user.params
COPY ./license /root/.jitx/license

CMD ["/bin/bash", "-c", "apt update ; apt install make build-essential -y ; export STANZA_CONFIG=/root/.jitx/current ; cat $STANZA_CONFIG/scripts/install-info.sh ; cd jsl ; make tests"]
CMD ["/bin/bash", "-c", "apt update ; apt install make build-essential -y ; export STANZA_CONFIG=/root/.jitx/current ; export PATH=$PATH:/root/.jitx/current/slm ; cat $STANZA_CONFIG/scripts/install-info.sh ; cd jsl ; make tests"]

0 comments on commit f645274

Please sign in to comment.