This commit is contained in:
Matthieu Gautier 2022-06-21 18:27:06 +02:00
parent de6fa106bb
commit b4696987d0
1 changed files with 3 additions and 3 deletions

View File

@ -18,7 +18,7 @@ jobs:
- name: Setup python 3.8 - name: Setup python 3.8
uses: actions/setup-python@v1 uses: actions/setup-python@v1
with: with:
python-version: '3.6' python-version: '3.8'
- name: secret - name: secret
shell: bash shell: bash
run: | run: |
@ -26,7 +26,7 @@ jobs:
chmod 600 $SSH_KEY chmod 600 $SSH_KEY
- name: Install packages - name: Install packages
run: | run: |
choco.exe install pkgconfiglite ninja make choco.exe install make
#- run: | #- run: |
#ls #ls
#libtoolize #libtoolize
@ -36,7 +36,7 @@ jobs:
- name: Install python modules - name: Install python modules
shell: bash shell: bash
run: | run: |
pip3 install meson==0.52.1 pytest requests distro pip3 install meson==0.52.1 pytest requests distro ninja
pip3 install --no-deps $GITHUB_WORKSPACE pip3 install --no-deps $GITHUB_WORKSPACE
- name: Ensure base deps - name: Ensure base deps
shell: bash shell: bash