diff options
| author | Kaalleen <36401965+kaalleen@users.noreply.github.com> | 2022-01-08 07:09:43 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-01-08 07:09:43 +0100 |
| commit | 2eba60a5a36199baf4e442d508d448655edde557 (patch) | |
| tree | c9756fcca56018d66fa620cd55431f237e33c998 | |
| parent | f3b0ea62b5b55a285f19fd834a0cef509cfc44b3 (diff) | |
linux: font issue (wxpython) (#1510)
| -rw-r--r-- | .github/workflows/build.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 713aac19..7b7e6d6d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -8,7 +8,7 @@ on: - "v*" jobs: linux: - runs-on: ubuntu-18.04 + runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 with: @@ -63,8 +63,8 @@ jobs: python -m pip --version python -m pip debug - python -m pip install pycairo==1.11.1 - python -m pip install PyGObject==3.30.5 + python -m pip install pycairo + python -m pip install PyGObject # colormath - last official release: 3.0.0 # we need already submitted fixes - so let's grab them from the github repository |
