diff options
author | Aiden Grossman <[email protected]> | 2025-08-16 22:58:12 +0000 |
---|---|---|
committer | Aiden Grossman <[email protected]> | 2025-08-16 22:58:12 +0000 |
commit | e8b5f807dee2687cff8d6c58cdca1d4e819bba25 (patch) | |
tree | c072e86a69bb6beb1397563237f44605148dbff2 | |
parent | d6da11ae4a630a08cb05bca95672a2ef4c638cd0 (diff) | |
parent | 6ef74be4fd9ee8e40bc631cf628bac9e1f59e344 (diff) |
Created using spr 1.3.6
-rw-r--r-- | .github/workflows/libclang-python-tests.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/libclang-python-tests.yml b/.github/workflows/libclang-python-tests.yml index d9e9806f4c46..e16892832556 100644 --- a/.github/workflows/libclang-python-tests.yml +++ b/.github/workflows/libclang-python-tests.yml @@ -36,7 +36,7 @@ jobs: - name: Setup Python uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0 with: - python-version: ${{ matrix.python_version }} + python-version: ${{ matrix.python-version }} - name: Setup ccache uses: hendrikmuhs/ccache-action@a1209f81afb8c005c13b4296c32e363431bffea5 # v1.2.17 with: |