Run apt update before install. (#5295)

* Run `apt update` before install.
This commit is contained in:
Jimmy Chen
2024-02-26 14:10:59 +11:00
committed by GitHub
parent 13956a0741
commit f08e8f5633
3 changed files with 3 additions and 3 deletions

View File

@@ -28,7 +28,7 @@ operating system.
Install the following packages:
```bash
sudo apt install -y git gcc g++ make cmake pkg-config llvm-dev libclang-dev clang
sudo apt update && sudo apt install -y git gcc g++ make cmake pkg-config llvm-dev libclang-dev clang
```
> Tips: