From 43e69cdd6f4737b8b6f96a0462ba658b193ba1f6 Mon Sep 17 00:00:00 2001 From: Vaisakh Murali Date: Tue, 13 Feb 2024 22:05:26 +0530 Subject: [PATCH] CI: setup rsync Change-Id: I9bc0b5a082dfe91ad3c498e5eef73b92c92d03dd --- .github/workflows/kernel.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/kernel.yml b/.github/workflows/kernel.yml index bb57627bac99..51c0a14b39a4 100644 --- a/.github/workflows/kernel.yml +++ b/.github/workflows/kernel.yml @@ -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 @@ -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 @@ -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 @@ -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