Jelajahi Sumber

Update pip.yml

Nick Sweeting 2 tahun lalu
induk
melakukan
df56e993f2
1 mengubah file dengan 5 tambahan dan 0 penghapusan
  1. 5 0
      .github/workflows/pip.yml

+ 5 - 0
.github/workflows/pip.yml

@@ -24,6 +24,11 @@ jobs:
           python-version: 3.11
           architecture: x64
 
+      - uses: awalsh128/cache-apt-pkgs-action@latest
+        with:
+          packages: ripgrep build-essential python3-dev python3-setuptools libssl-dev libldap2-dev libsasl2-dev zlib1g-dev libatomic1 python3-minimal gnupg2 curl wget python3-ldap python3-msgpack python3-mutagen python3-regex python3-pycryptodome procps
+          version: 1.0
+
       - uses: pdm-project/setup-pdm@v3
 
       - name: Install dependencies