Skip to content

Commit bb4bf3a

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents fa61efe + 42e9c59 commit bb4bf3a

File tree

2 files changed

+16
-4
lines changed

2 files changed

+16
-4
lines changed

.github/workflows/ci.yml

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,15 @@ on:
1212
paths:
1313
- ".github/workflows/ci.yml"
1414
- "ovo/**"
15-
-
1615

1716
workflow_dispatch:
1817

1918
jobs:
2019
build:
2120
name: GKI Kernel Module Build
22-
runs-on: ubuntu-latest
21+
runs-on: ubuntu-22.04
22+
needs: upload-artifact
2323
strategy:
24-
fail-fast: false
2524
matrix:
2625
tag:
2726
- android12-5.10
@@ -56,3 +55,16 @@ jobs:
5655
tag: ${{ matrix.tag }}
5756
module-name: ovo
5857
module-path: ovo
58+
59+
upload-artifact:
60+
name: Upload LKM Source Code
61+
runs-on: ubuntu-22.04
62+
steps:
63+
- name: Checkout Repository
64+
uses: actions/checkout@v4
65+
66+
- name: Upload LKM Source Code
67+
uses: actions/upload-artifact@v4
68+
with:
69+
name: ovo
70+
path: ovo

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ runs:
5252
fi
5353
5454
- name: Install Build Tools
55-
uses: awalsh128/cache-apt-pkgs-action@v1
55+
uses: awalsh128/cache-apt-pkgs-action@latest
5656
with:
5757
packages: binutils git ccache automake flex lzop bison gperf build-essential zip curl zlib1g-dev libxml2-utils bzip2 libbz2-dev libbz2-1.0 libghc-bzlib-dev squashfs-tools pngcrush schedtool dpkg-dev liblz4-tool make optipng maven libssl-dev pwgen libswitch-perl policycoreutils minicom libxml-sax-base-perl libxml-simple-perl bc libx11-dev libgl1-mesa-dev xsltproc unzip device-tree-compiler python3 libelf-dev binutils-aarch64-linux-gnu gcc gzip
5858
version: 1.0

0 commit comments

Comments
 (0)