Skip to content

Commit 16473a2

Browse files
committed
change dir
1 parent 2e6aefb commit 16473a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: ci/build_basic_webserver.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,13 @@ rm roc_nightly.tar.gz
4040
# simplify dir name
4141
mv roc_nightly* roc_nightly
4242

43-
./roc_nightly/roc version
44-
4543
# add roc to PATH
4644
cd roc_nightly
4745
export PATH="$(pwd -P):$PATH"
4846
cd ..
4947

48+
cd basic-webserver
49+
5050
roc build.roc --prebuilt-platform
5151

5252
cd ..

0 commit comments

Comments
 (0)