File tree Expand file tree Collapse file tree 2 files changed +16
-4
lines changed
Expand file tree Collapse file tree 2 files changed +16
-4
lines changed Original file line number Diff line number Diff line change 1212 paths :
1313 - " .github/workflows/ci.yml"
1414 - " ovo/**"
15- -
1615
1716 workflow_dispatch :
1817
1918jobs :
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
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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments