From 886fbb0fbecfd7248fc70da2081bb970b406a55e Mon Sep 17 00:00:00 2001 From: Daan De Meyer Date: Mon, 20 Jan 2025 12:30:29 +0100 Subject: [PATCH] Revert "action: Fix up $PATH as a workaround" Issue was fixed in a new image. This reverts commit 49832f6c2af0f7ef0a458d1e0795ad1854ecd863. --- action.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/action.yaml b/action.yaml index edd9f0369..95c5a1ee2 100644 --- a/action.yaml +++ b/action.yaml @@ -82,11 +82,6 @@ runs: mkdir -p $HOME/.local/bin ln -svf ${{ github.action_path }}/bin/mkosi $HOME/.local/bin/mkosi - # TODO: Remove when https://github.com/actions/runner-images/issues/11414 is fixed. - - name: Fix $PATH - shell: bash - run: echo "PATH=$HOME/.local/bin:$PATH" >>"$GITHUB_ENV" - - name: Dependencies shell: bash run: | -- 2.47.3