Skip to content

Commit 0c889fd

Browse files
authored
Merge pull request #21 from HadrienG2/switch-apt-cache
Switch to another APT package caching action
2 parents 20ea86b + 00acf8c commit 0c889fd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/actions/lints/action.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,8 @@ runs:
4343
4444
- name: Install a cross-compiler using APT
4545
if: inputs.cross-target-apt != ''
46-
uses: awalsh128/cache-apt-pkgs-action@latest
46+
uses: Eeems-Org/apt-cache-action@v1
4747
with:
48-
version: 1.0
4948
packages: gcc-12-${{ inputs.cross-target-apt }}
5049

5150
- name: Set up a Rust toolchain for native compilation

0 commit comments

Comments
 (0)