We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93aae3d commit cd955c7Copy full SHA for cd955c7
.github/workflows/conda-python-build.yaml
@@ -105,6 +105,13 @@ jobs:
105
repository: ${{ inputs.repo }}
106
ref: ${{ inputs.sha }}
107
fetch-depth: 0
108
+ - name: Cache apt archives
109
+ uses: actions/cache@v5
110
+ with:
111
+ path: /var/cache/apt/archives
112
+ key: apt-archives-${{ matrix.ARCH }}-${{ hashFiles('.github/workflows/conda-python-build.yaml') }}
113
+ restore-keys: |
114
+ apt-archives-${{ matrix.ARCH }}-
115
- name: Install required packages
116
run: |
117
apt update
0 commit comments