mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-05 13:23:08 +02:00
Merge pull request #121 from transfem-org/dependabot/github_actions/awalsh128/cache-apt-pkgs-action-1.3.1
This commit is contained in:
commit
9de6e0ac48
1 changed files with 1 additions and 1 deletions
2
.github/workflows/package.yml
vendored
2
.github/workflows/package.yml
vendored
|
@ -39,7 +39,7 @@ jobs:
|
||||||
python-version: ${{ matrix.python-version }}
|
python-version: ${{ matrix.python-version }}
|
||||||
|
|
||||||
- name: Cache APT Packages
|
- name: Cache APT Packages
|
||||||
uses: awalsh128/cache-apt-pkgs-action@v1.3.0
|
uses: awalsh128/cache-apt-pkgs-action@v1.3.1
|
||||||
with:
|
with:
|
||||||
packages: "build-essential binfmt-support qemu-user-static ffmpeg tini curl libjemalloc-dev libjemalloc2 uuid-dev libx11-dev libxkbfile-dev execstack libgconf-2-4 libsecret-1-dev"
|
packages: "build-essential binfmt-support qemu-user-static ffmpeg tini curl libjemalloc-dev libjemalloc2 uuid-dev libx11-dev libxkbfile-dev execstack libgconf-2-4 libsecret-1-dev"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue