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. 4
      .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

4
.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
@ -82,7 +82,7 @@ jobs: @@ -82,7 +82,7 @@ jobs:
run: ccache -s
- name: Create AppImage
working-directory: ${{ runner.temp }}/shadow_build_dir
working-directory: ${{ runner.temp }}/shadow_build_dir
run: ${SOURCE_DIR}/deploy/create_linux_appimage.sh ${SOURCE_DIR} ./staging ./package;
- name: Save artifact

Loading…
Cancel
Save