Skip to content

Commit 64a918f

Browse files
authored
Fix indentation in build-jobs.yaml
1 parent 62e15f4 commit 64a918f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build-jobs.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ jobs:
1919
submodules: recursive
2020

2121
- name: deps - libnx
22-
run: |
23-
git clone https://github.com/switchbrew/libnx.git /tmp/libnx
24-
make -C /tmp/libnx install -j4
22+
run: |
23+
git clone https://github.com/switchbrew/libnx.git /tmp/libnx
24+
make -C /tmp/libnx install -j4
2525
2626
- name: Build sys-patch
2727
run: |

0 commit comments

Comments
 (0)