Skip to content

Commit c1679d8

Browse files
authored
ci: Pin google-quiche until main compiles again (#2573)
* ci: Pin `google-quiche` until `main` compiles again Should fix the CI failures of the bencher. * Again
1 parent 0a356af commit c1679d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/bench.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
4545
with:
4646
repository: google/quiche
47-
ref: main
47+
ref: d42a7597517a574c1c71a4634b21b23852badf8c # FIXME: Switch back to main when that compiles again.
4848
path: gquiche
4949
submodules: true
5050
persist-credentials: false

0 commit comments

Comments
 (0)