Skip to content
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.

Commit

Permalink
CI: setup rsync
Browse files Browse the repository at this point in the history
Change-Id: I9bc0b5a082dfe91ad3c498e5eef73b92c92d03dd
  • Loading branch information
mvaisakh committed Feb 13, 2024
1 parent d826ea7 commit 43e69cd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/kernel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

steps:
- name: Setup Pre-requisites
run: sudo dnf install gcc clang lld repo bc flex openssl-devel wget tar zstd bsdtar file -y
run: sudo dnf install gcc clang lld repo bc flex openssl-devel wget tar zstd bsdtar file rsync -y
- name: Repo sync
run: |
repo init -u https://github.com/mvaisakh/android_kernel_manifest -b eva-oneplus-5.4 --depth=1
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:

steps:
- name: Setup Pre-requisites
run: sudo dnf install gcc clang lld repo bc flex openssl-devel wget tar zstd bsdtar file -y
run: sudo dnf install gcc clang lld repo bc flex openssl-devel wget tar zstd bsdtar file rsync -y
- name: Repo sync
run: |
repo init -u https://github.com/mvaisakh/android_kernel_manifest -b eva-oneplus-5.4 --depth=1
Expand Down Expand Up @@ -103,7 +103,7 @@ jobs:

steps:
- name: Setup Pre-requisites
run: sudo dnf install gcc clang lld repo bc flex openssl-devel wget tar zstd bsdtar file -y
run: sudo dnf install gcc clang lld repo bc flex openssl-devel wget tar zstd bsdtar file rsync -y
- name: Repo sync
run: |
repo init -u https://github.com/mvaisakh/android_kernel_manifest -b eva-oneplus-5.4 --depth=1
Expand Down Expand Up @@ -144,7 +144,7 @@ jobs:

steps:
- name: Setup Pre-requisites
run: sudo dnf install gcc clang lld repo bc flex openssl-devel wget tar zstd bsdtar file -y
run: sudo dnf install gcc clang lld repo bc flex openssl-devel wget tar zstd bsdtar file rsync -y
- name: Repo sync
run: |
repo init -u https://github.com/mvaisakh/android_kernel_manifest -b eva-oneplus-5.4 --depth=1
Expand Down

0 comments on commit 43e69cd

Please sign in to comment.