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

2
.github/workflows/linux_release.yml

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

Loading…
Cancel
Save