fix(CI): copy/paste mistake fix

pull/146/head
Guenael 2024-12-09 22:51:44 -05:00
rodzic 99e4750ab6
commit 4e409c8dbc
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: EB828109AAA6B48B
1 zmienionych plików z 0 dodań i 13 usunięć

Wyświetl plik

@ -22,23 +22,10 @@ jobs:
matrix:
language: [ 'cpp' ]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.13'
cache: 'pip' # caching pip dependencies
steps:
- name: "Checkout repository"
uses: actions/checkout@v4
- name: "Python setup"
uses: actions/setup-python@v5
with:
python-version: '3.13'
cache: 'pip'
- name: "CodeQL Init"
uses: github/codeql-action/init@v2
with: