Skip to content

Commit

Permalink
Merge pull request #97 from Maradonna90/#90-linux-build
Browse files Browse the repository at this point in the history
#90: use unbuntu 18.04
  • Loading branch information
Maradonna90 committed Dec 10, 2021
2 parents 8c743a2 + ce9ed23 commit 5d09d0f
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/linux-build.yml
Expand Up @@ -12,18 +12,18 @@ on:
jobs:
build:

runs-on: ubuntu-16.04
runs-on: ubuntu-18.04

steps:
- uses: actions/checkout@v2
- name: Set up Python 3.8
- name: Set up Python 3.9
uses: actions/setup-python@v2
with:
python-version: 3.8
python-version: 3.9
- name: Install dependencies
run: |
#apt-get update
sudo apt-get install git python3-dev python3-pip libgirepository1.0-dev libcairo2-dev libpango1.0-dev libwebkitgtk-3.0-0 gir1.2-webkit-3.0
sudo apt-get update
sudo apt-get install git python3-dev python3-gi python3-gi-cairo libgirepository1.0-dev libcairo2-dev libpango1.0-dev libwebkit2gtk-4.0-37 gir1.2-webkit2-4.0
- name: Beeware dependencies
run: |
# stop the build if there are Python syntax errors or undefined names
Expand Down Expand Up @@ -54,8 +54,8 @@ jobs:
- name: Save Installer
uses: actions/upload-artifact@v2
with:
name: NewGAN-Manager-Installer-Linux-v1.2.1
name: NewGAN-Manager-Installer-Linux-v1.3.0
path: |
views/
filters/
linux/NewGAN_Manager-1.2.1-x86_64.AppImage
linux/NewGAN_Manager-1.3.0-x86_64.AppImage

0 comments on commit 5d09d0f

Please sign in to comment.