Skip to content

Commit 7862aa0

Browse files
committed
Don't install tree on CI
The `tree` package provides the `tree` command, which is useful but does not currently appear to be used anywhere.
1 parent eedebe7 commit 7862aa0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
- uses: dtolnay/rust-toolchain@stable
6666
- uses: Swatinem/rust-cache@v2
6767
- name: Setup dependencies
68-
run: sudo apt-get install -y --no-install-recommends liblzma-dev tree
68+
run: sudo apt-get install -y --no-install-recommends liblzma-dev
6969
- uses: extractions/setup-just@v2
7070
- uses: taiki-e/install-action@v2
7171
with:
@@ -91,8 +91,8 @@ jobs:
9191
- uses: Swatinem/rust-cache@v2
9292
- name: Setup dependencies (macos)
9393
if: startsWith(matrix.os, 'macos')
94-
run: brew install tree openssl gnu-sed
95-
- name: "cargo check default features"
94+
run: brew install openssl gnu-sed
95+
- name: cargo check default features
9696
if: startsWith(matrix.os, 'windows')
9797
run: cargo check --workspace --bins --examples
9898
- uses: taiki-e/install-action@v2

0 commit comments

Comments
 (0)