Skip to content

Commit

Permalink
change dir
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton-4 committed Jul 27, 2024
1 parent 2e6aefb commit 16473a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/build_basic_webserver.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,13 @@ rm roc_nightly.tar.gz
# simplify dir name
mv roc_nightly* roc_nightly

./roc_nightly/roc version

# add roc to PATH
cd roc_nightly
export PATH="$(pwd -P):$PATH"
cd ..

cd basic-webserver

roc build.roc --prebuilt-platform

cd ..

0 comments on commit 16473a2

Please sign in to comment.