Skip to content

Commit ea65793

Browse files
committed
cat file
1 parent 0ebb862 commit ea65793

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

.github/workflows/kani.yml

-8
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,6 @@ name: Kani
22

33
on:
44
workflow_dispatch:
5-
merge_group:
6-
pull_request:
7-
branches: [ main ]
8-
push:
9-
paths:
10-
- 'library/**'
11-
- '.github/workflows/kani.yml'
12-
- 'scripts/run-kani.sh'
135

146
defaults:
157
run:

scripts/check_rustc.sh

+1
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ echo "$COMMIT_ID for rustc is"
5151
# Get the full commit ID for shallow clone
5252
curl -H "Connection: close" -o "${TMP_RUST_DIR}/output.json" -s --show-error \
5353
"https://api.github.com/repos/rust-lang/rust/commits?sha=${COMMIT_ID}&per_page=1"
54+
cat "${TMP_RUST_DIR}/output.json"
5455
COMMIT_ID=$(jq -r '.[0].sha' "${TMP_RUST_DIR}/output.json")
5556

5657
# Clone the rust-lang/rust repository

0 commit comments

Comments
 (0)