We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25c459d commit 5b3d31fCopy full SHA for 5b3d31f
.github/workflows/test.yml
@@ -42,6 +42,9 @@ jobs:
42
uses: actions/setup-python@v6
43
with:
44
python-version: ${{ matrix.python-version }}
45
+ - name: 'Debug: check rustc'
46
+ run: |
47
+ rustc -V
48
- name: Restore Rust/Cargo cache
49
uses: actions/cache/restore@v4
50
@@ -52,6 +55,9 @@ jobs:
52
55
~/.cargo/git/db/
53
56
target/
54
57
key: ${{ runner.os }}-rust-v4-${{ hashFiles('**/Cargo.lock') }}
58
59
60
61
- name: Restore Python/pip cache
62
63
0 commit comments