Skip to content

Commit d015385

Browse files
committed
actions: add tmate session
1 parent f035f4a commit d015385

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/build-kernel.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,19 @@ jobs:
1010
build:
1111
runs-on: ubuntu-24.04
1212
steps:
13+
- name: Setup tmate session
14+
uses: mxschmitt/action-tmate@v3
15+
with:
16+
detached: true
17+
1318
- name: Update environment
1419
run: sudo apt update -y
1520

1621
- name: Install Dependencies
1722
run: sudo apt install -y git build-essential zip curl
1823

1924
- name: Get script
20-
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
2126

2227
- name: Build kernel
2328
run: bash build_kernel.sh

0 commit comments

Comments
 (0)