Skip to content

Commit 690eefa

Browse files
committed
Add debug prints
1 parent 52cf312 commit 690eefa

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci-sub.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- run: rustup default none && rustup self uninstall -y
12+
- run: |
13+
rustc --version || true
14+
cargo --version || true
15+
rustup --version || true
1216
- uses: actions/checkout@v5
1317
- uses: actions-rust-lang/setup-rust-toolchain@main
1418
with:

0 commit comments

Comments
 (0)