Skip to content

Commit b4d7da6

Browse files
authored
Remove cmake hack again (#1924)
The upstream change was reverted.
2 parents 93ac9eb + cfc5d6c commit b4d7da6

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/bridge-ci.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -61,12 +61,6 @@ jobs:
6161
steps:
6262
- uses: actions/checkout@v4
6363

64-
# GitHub broke stuff: https://github.com/actions/runner-images/issues/11926
65-
- name: Install CMake v3.31
66-
uses: jwlawson/actions-setup-cmake@09fd9b0fb3b239b4b68d9256cd65adf8d6b91da0
67-
with:
68-
cmake-version: '3.31.x'
69-
7064
- uses: dtolnay/rust-toolchain@master
7165
with:
7266
toolchain: ${{ matrix.rust }}

0 commit comments

Comments
 (0)