Skip to content

Commit

Permalink
chown /opt/riscv
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott-Guest committed May 22, 2024
1 parent 1ad12eb commit 1496323
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/actions/with-docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ RUN curl -sSL https://install.python-poetry.org | python3 -

RUN pip3 install git+https://github.com/riscv/riscof.git

RUN mkdir /opt/riscv && \
chown root /opt/riscv

ENV RISCV=/opt/riscv
ENV PATH=$PATH:$RISCV/bin

Expand Down

0 comments on commit 1496323

Please sign in to comment.