Skip to content

Commit 4d8d7fc

Browse files
ci: Pin jobserver after cc
Since now only cc depends on jobserver, it should be pinned after we pin cc
1 parent 3fdab87 commit 4d8d7fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cont_integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,10 @@ jobs:
4545
cargo update -p time --precise "0.3.13"
4646
cargo update -p byteorder --precise "1.4.3"
4747
cargo update -p webpki --precise "0.22.2"
48-
cargo update -p jobserver --precise "0.1.26"
4948
cargo update -p os_str_bytes --precise 6.5.1
5049
cargo update -p sct --precise 0.7.0
5150
cargo update -p cc --precise "1.0.81"
51+
cargo update -p jobserver --precise "0.1.26"
5252
- name: Build
5353
run: cargo build ${{ matrix.features }}
5454
- name: Test

0 commit comments

Comments
 (0)