mirror of
https://github.com/Benexl/FastAnime.git
synced 2026-04-28 11:53:08 -07:00
ci(test): add caching to apt-get install step
This commit is contained in:
9
.github/workflows/test.yml
vendored
9
.github/workflows/test.yml
vendored
@@ -22,10 +22,11 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
python-version: ${{ matrix.python-version }}
|
python-version: ${{ matrix.python-version }}
|
||||||
|
|
||||||
- name: Install dbus-python build dependencies
|
- name: Install dbus-python build dependencies with caching
|
||||||
run: |
|
uses: awalsh128/cache-apt-pkgs-action@latest
|
||||||
sudo apt-get update
|
with:
|
||||||
sudo apt-get -y install libdbus-1-dev libglib2.0-dev
|
packages: libdbus-1-dev libglib2.0-dev
|
||||||
|
version: 1.0
|
||||||
|
|
||||||
- name: Install uv
|
- name: Install uv
|
||||||
uses: astral-sh/setup-uv@v3
|
uses: astral-sh/setup-uv@v3
|
||||||
|
|||||||
Reference in New Issue
Block a user