From a6408cdc6c425451299d52b0e48be1cac1d3507c Mon Sep 17 00:00:00 2001 From: Kiwi Browser <40272275+kiwibrowser@users.noreply.github.com> Date: Tue, 21 Apr 2020 07:12:11 +0300 Subject: [PATCH] Update build_apk.yml --- .github/workflows/build_apk.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build_apk.yml b/.github/workflows/build_apk.yml index 15535f25968..4cfb9aea2b9 100644 --- a/.github/workflows/build_apk.yml +++ b/.github/workflows/build_apk.yml @@ -21,11 +21,12 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job + # Remarks: # /dev/sdb1 is a faster device (SSD) - - # /dev/sda1 has more available space than /dev/sdb1 (14 GB only on /dev/sdb1 at this stage) - # so we want to take advantage of the available disk space on /dev/sda1 - + # /dev/sda1 has more available space than /dev/sdb1 (14 GB only on /dev/sdb1) + # -> we want to take advantage of the available disk space on /dev/sda1 + + # For this reason: # We store the dependencies and output objects on /dev/sda1 # We store the main repository on /dev/sdb1 steps: