This commit is contained in:
parent
dc816c99d6
commit
0574cf3f68
1 changed files with 5 additions and 9 deletions
|
@ -9,15 +9,11 @@ jobs:
|
|||
build:
|
||||
runs-on: docker
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
name: Checkout
|
||||
- name: Update pkg database
|
||||
run: sudo apt update
|
||||
- name: Install packages
|
||||
uses: https://github.com/awalsh128/cache-apt-pkgs-action.git@v1.4.2
|
||||
with:
|
||||
packages: recode
|
||||
version: 1.0
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
- name: Deps
|
||||
run: |
|
||||
apt update
|
||||
- name: Build
|
||||
run: |
|
||||
sh ./scr/clean.sh &&
|
||||
|
|
Loading…
Reference in a new issue