]> git.ipfire.org Git - thirdparty/mkosi.git/commitdiff
Revert "action: Fix up $PATH as a workaround"
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Mon, 20 Jan 2025 11:30:29 +0000 (12:30 +0100)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Mon, 20 Jan 2025 11:31:50 +0000 (12:31 +0100)
Issue was fixed in a new image.

This reverts commit 49832f6c2af0f7ef0a458d1e0795ad1854ecd863.

action.yaml

index edd9f0369e1ff86852bf0c64c26442aac50880ab..95c5a1ee26513915bce6d6bdd408b2293c0d16d0 100644 (file)
@@ -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: |