Skip to content

Commit

Permalink
action: Fix symlink creation
Browse files Browse the repository at this point in the history
  • Loading branch information
DaanDeMeyer committed Nov 29, 2024
1 parent 4f72b4d commit 07ef37c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ runs:
sudo ln -svf ${{ github.action_path }}/bin/mkosi /usr/bin/mkosi
# Make sure that mkosi is still found inside "mkosi sandbox" where /usr is potentially replaced with
# a tools tree's /usr.
mkdir -p $HOME/.local/bin/mkosi
mkdir -p $HOME/.local/bin
ln -svf ${{ github.action_path }}/bin/mkosi $HOME/.local/bin/mkosi
- name: Dependencies
Expand Down

0 comments on commit 07ef37c

Please sign in to comment.