This commit is contained in:
parent
725e7d819a
commit
c763d96007
1 changed files with 5 additions and 0 deletions
|
@ -11,6 +11,11 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
name: Checkout
|
||||
- name: Install packages
|
||||
uses: https://github.com/awalsh128/cache-apt-pkgs-action.git@v1.4.2
|
||||
with:
|
||||
packages: recode
|
||||
version: 1.0
|
||||
- name: Build
|
||||
run: |
|
||||
sh ./scr/clean.sh &&
|
||||
|
|
Loading…
Reference in a new issue