Skip to content

Commit

Permalink
cross platform sed
Browse files Browse the repository at this point in the history
Signed-off-by: Anton-4 <[email protected]>
  • Loading branch information
Anton-4 authored Jul 17, 2024
1 parent f374a43 commit 1f77846
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/build_basic_cli.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ export PATH="$(realpath roc_nightly):$PATH"
roc version

cd basic-cli
sed -i 's|target/release|target/x86_64-unknown-linux-musl/release|g' jump-start.sh
sed -i 's|target/release|target/x86_64-unknown-linux-musl/release|g' build.roc
sed -i.bak 's|target/release|target/x86_64-unknown-linux-musl/release|g' jump-start.sh
sed -i.bak 's|target/release|target/x86_64-unknown-linux-musl/release|g' build.roc
./jump-start.sh

# build the basic cli platform
Expand Down

0 comments on commit 1f77846

Please sign in to comment.