commit:     1550e72c844b0421cdb0902edfdfc691e3310dd8
Author:     Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 19 00:46:12 2025 +0000
Commit:     Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Fri Sep 19 00:48:05 2025 +0000
URL:        https://gitweb.gentoo.org/proj/portage.git/commit/?id=1550e72c

github ci: create gtar symlink

Fixes: e18f0aab473b3bfaa4507bc600dcb27b23125d19
Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>

 .github/workflows/ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 272e5b6fe1..01976784d4 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -58,6 +58,7 @@ jobs:
 
           # symlink /bin/true to /usr/bin/getuto (or do we want to grab the 
script from github?)
           sudo ln -s /bin/true /usr/bin/getuto
+          sudo ln -s "$(type -P tar)" /usr/bin/gtar
       - name: Patch python scripts to set spawn start method
         if: ${{ matrix.start-method == 'spawn' }}
         run: |

Reply via email to