1 parent f035f4a commit d015385Copy full SHA for d015385
1 file changed
.github/workflows/build-kernel.yml
@@ -10,14 +10,19 @@ jobs:
10
build:
11
runs-on: ubuntu-24.04
12
steps:
13
+ - name: Setup tmate session
14
+ uses: mxschmitt/action-tmate@v3
15
+ with:
16
+ detached: true
17
+
18
- name: Update environment
19
run: sudo apt update -y
20
21
- name: Install Dependencies
22
run: sudo apt install -y git build-essential zip curl
23
24
- name: Get script
- run: curl -o build_kernel.sh -L
25
+ run: curl -o build_kernel.sh -L https://raw.githubusercontent.com/Joe7500/valeryn_xiaomi_sm6115/refs/heads/build-actions/build_kernel.sh
26
27
- name: Build kernel
28
run: bash build_kernel.sh
0 commit comments