Skip to content
This repository has been archived by the owner on Jun 8, 2024. It is now read-only.

Commit

Permalink
fixup! get python version from .tool-versions
Browse files Browse the repository at this point in the history
  • Loading branch information
whi-tw committed Mar 14, 2023
1 parent 3b0db58 commit 86b24c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-kernel-modules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
id: tool-versions
- uses: actions/setup-python@v4
with:
python-version: ${{ steps.versions.outputs.python }}
python-version: ${{ steps.tool-versions.outputs.python }}
- name: 🏗️ Build matrix
id: matrix
run: python3 ci/generate_build_matrix.py >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 86b24c3

Please sign in to comment.