fix(ci): tarball workflow

This commit is contained in:
Curve 2022-05-19 14:05:36 +02:00
parent 0c35e24b2b
commit a0516a91ce
No known key found for this signature in database
GPG Key ID: 460F6C466BD35813

View File

@ -28,11 +28,11 @@ jobs:
submodules: recursive
path: Soundux
- name: Install dependencies
run: "sudo apt-get update && sudo apt-get install git build-essential cmake ninja-build"
- name: Install build dependencies
run: "sudo apt-get update && sudo apt-get install git build-essential cmake libx11-dev libpipewire-0.3-dev ninja-build libxi-dev libwnck-3-dev libwebkit2gtk-4.0-dev libappindicator3-dev libpulse-dev"
- name: Fetch Required External Dependencies
run: "cd Soundux && cmake -GNinja ."
run: 'cd Soundux && cmake -GNinja . && find build -not -name "_deps" -delete'
- name: Create tarball
uses: master-atul/tar-action@v1.0.2