Skip to content

Commit 5883ba8

Browse files
committed
musa: update ci doc (install ccache)
Signed-off-by: Xiaodong Ye <[email protected]>
1 parent 5f34ca3 commit 5883ba8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ docker run --privileged -it \
6060
Inside the container, execute the following commands:
6161

6262
```bash
63-
apt update -y && apt install -y bc cmake git python3.10-venv time unzip wget
63+
apt update -y && apt install -y bc cmake ccache git python3.10-venv time unzip wget
6464
git config --global --add safe.directory /ws
6565
GG_BUILD_MUSA=1 bash ./ci/run.sh /ci-results /ci-cache
6666
```

0 commit comments

Comments
 (0)