From: Daan De Meyer Date: Mon, 20 Jan 2025 11:30:29 +0000 (+0100) Subject: Revert "action: Fix up $PATH as a workaround" X-Git-Tag: v25~24 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=886fbb0fbecfd7248fc70da2081bb970b406a55e;p=thirdparty%2Fmkosi.git Revert "action: Fix up $PATH as a workaround" Issue was fixed in a new image. This reverts commit 49832f6c2af0f7ef0a458d1e0795ad1854ecd863. --- 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: |