fix(ci): tarball remove CMakeCache

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

View File

@ -32,7 +32,7 @@ jobs:
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 . && find build -not -name "_deps" -delete'
run: 'cd Soundux && cmake -GNinja . && find build -not -name "_deps" -delete && rm CMakeCache.txt'
- name: Create tarball
uses: master-atul/tar-action@v1.0.2