Skip to content

Commit d33a13d

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

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/test-linux.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ jobs:
2525
- name: Build main.sh
2626
env:
2727
ARTIFACT_URL: ${{ needs.build-linux-kernel.outputs.kernel-artifact-url }}
28-
PYTHON: ${{ steps.py312.outputs.python-path }}
2928
run: |
3029
cargo test --no-run
3130
# Yes, there appears to be no way to just retrieve the
@@ -45,7 +44,7 @@ jobs:
4544
unzip artifact.zip
4645
cat <<EOF > main.sh
4746
set -e
48-
export PYTHON=${PYTHON}
47+
export PYTHON=${{ steps.py312.outputs.python-path }}
4948
cargo test --features=dont-generate-unit-test-files -- --include-ignored
5049
EOF
5150
cat main.sh

0 commit comments

Comments
 (0)