mirror of
https://github.com/clementine-player/Clementine
synced 2024-12-12 17:36:05 +01:00
Run tx push from Ubuntu Noble
This commit is contained in:
parent
c482d81ce3
commit
53c015f712
8
.github/workflows/all.yml
vendored
8
.github/workflows/all.yml
vendored
@ -27,13 +27,13 @@ jobs:
|
|||||||
if: github.ref == 'refs/heads/master'
|
if: github.ref == 'refs/heads/master'
|
||||||
runs-on: ubuntu-24.04
|
runs-on: ubuntu-24.04
|
||||||
container:
|
container:
|
||||||
image: ubuntu:bionic
|
image: ubuntu:noble
|
||||||
steps:
|
steps:
|
||||||
- uses: supplypike/setup-bin@v3
|
- uses: supplypike/setup-bin@v3
|
||||||
with:
|
with:
|
||||||
uri: https://github.com/transifex/cli/releases/download/v1.6.7/tx-linux-amd64.tar.gz
|
uri: https://github.com/transifex/cli/releases/download/v1.6.17/tx-linux-amd64.tar.gz
|
||||||
name: tx
|
name: tx
|
||||||
version: 1.6.7
|
version: 1.6.17
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
env:
|
env:
|
||||||
DEBIAN_FRONTEND: noninteractive
|
DEBIAN_FRONTEND: noninteractive
|
||||||
@ -49,7 +49,7 @@ jobs:
|
|||||||
libchromaprint-dev
|
libchromaprint-dev
|
||||||
libdbus-1-dev
|
libdbus-1-dev
|
||||||
libfftw3-dev
|
libfftw3-dev
|
||||||
libglew1.5-dev
|
libglew-dev
|
||||||
libglib2.0-dev
|
libglib2.0-dev
|
||||||
libgpod-dev
|
libgpod-dev
|
||||||
libgstreamer-plugins-base1.0-dev
|
libgstreamer-plugins-base1.0-dev
|
||||||
|
Loading…
Reference in New Issue
Block a user