Skip to content

Commit 247704c

Browse files
authored
Merge pull request #1986 from EliahKagan/run-ci/nobrew
Don't install `openssl` and `gnu-sed` on macOS CI
2 parents 28935a5 + 41b3b62 commit 247704c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -171,9 +171,6 @@ jobs:
171171
- uses: actions/checkout@v4
172172
- uses: dtolnay/rust-toolchain@stable
173173
- uses: Swatinem/rust-cache@v2
174-
- name: Setup dependencies (macos)
175-
if: startsWith(matrix.os, 'macos')
176-
run: brew install openssl gnu-sed
177174
- name: cargo check default features
178175
if: startsWith(matrix.os, 'windows')
179176
run: cargo check --workspace --bins --examples

0 commit comments

Comments
 (0)