Skip to content

Commit

Permalink
Merge of #5295
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] committed Feb 26, 2024
2 parents 13956a0 + 7e23b55 commit b279b46
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-suite.yml
Expand Up @@ -408,7 +408,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Install dependencies
run: sudo apt install -y git gcc g++ make cmake pkg-config llvm-dev libclang-dev clang
run: sudo apt update && sudo apt install -y git gcc g++ make cmake pkg-config llvm-dev libclang-dev clang
- name: Use Rust beta
run: rustup override set beta
- name: Run make
Expand Down
2 changes: 1 addition & 1 deletion book/src/installation-source.md
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion book/src/pi.md
Expand Up @@ -22,7 +22,7 @@ terminal and an Internet connection are necessary.
Install the Ubuntu dependencies:

```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:
Expand Down

0 comments on commit b279b46

Please sign in to comment.