This commit is contained in:
larzie 2024-12-25 16:42:10 +03:00 committed by GitHub
parent 9fb3a5dab5
commit 3c474e573f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -17,12 +17,12 @@ jobs:
- name: Install LLVM and Clang - name: Install LLVM and Clang
uses: KyleMayes/install-llvm-action@v2 uses: KyleMayes/install-llvm-action@v2
with: with:
version: '18' version: '16'
- name: Setup Python - name: Setup Python
uses: actions/setup-python@v5 uses: actions/setup-python@v5
with: with:
python-version: '3.12' python-version: '3.13'
- name: Setup Python modules - name: Setup Python modules
run: | run: |