Skip to content

Commit f7fbf3b

Browse files
committed
fixup! Add CI workflow testing with custom kernel
1 parent dae21c2 commit f7fbf3b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test-linux.yml

+4
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ jobs:
1717
- uses: actions/checkout@v4
1818
- uses: dtolnay/rust-toolchain@nightly
1919
- uses: Swatinem/rust-cache@v2
20+
- uses: actions/setup-python@v5
21+
id: py312
22+
with:
23+
python-version: '3.12'
2024
- name: Install required tools
2125
run: sudo apt-get install -y llvm-14
2226
# We don't want a custom test runner because we run in a VM.

0 commit comments

Comments
 (0)