Browse Source

ci: setup python for ubuntu-18.04

QGC4.4
Ramon Roche 4 years ago committed by Patrick José Pereira
parent
commit
7c0139dbf4
  1. 4
      .github/workflows/linux_debug.yml
  2. 2
      .github/workflows/linux_release.yml

4
.github/workflows/linux_debug.yml

@ -18,7 +18,7 @@ env: @@ -18,7 +18,7 @@ env:
jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-18.04
steps:
- name: Checkout repo
@ -34,7 +34,7 @@ jobs: @@ -34,7 +34,7 @@ jobs:
target: desktop
dir: ${{ runner.temp }}
modules: qtcharts
setup-python: false
setup-python: true
- name: Install QGC source dependencies
run: sudo apt-get install -y libsdl2-dev

2
.github/workflows/linux_release.yml

@ -35,7 +35,7 @@ jobs: @@ -35,7 +35,7 @@ jobs:
target: desktop
dir: ${{ runner.temp }}
modules: qtcharts
setup-python: false
setup-python: true
- name: Install QGC source dependencies
run: sudo apt-get install -y libsdl2-dev

Loading…
Cancel
Save