Skip to content

Commit 00acf8c

Browse files
committed
Switch to another APT package caching action
1 parent 20ea86b commit 00acf8c

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)