Skip to content
This repository has been archived by the owner on Dec 25, 2024. It is now read-only.

Commit

Permalink
ci: no need to delete homebrew
Browse files Browse the repository at this point in the history
  • Loading branch information
tulilirockz committed Apr 27, 2024
1 parent 15b33a3 commit c7cd8b1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ jobs:
run: |
/home/linuxbrew/.linuxbrew/bin/brew install pkl
/home/linuxbrew/.linuxbrew/bin/pkl eval ./config/templates/std.pkl -f json -m ./config/recipes
rm -rf /home/linuxbrew
echo "IMAGE_NAME=$(yq '.name' ./${{matrix.recipe}} )" >> $GITHUB_OUTPUT
echo "IMAGE_DESCRIPTION=$(yq '.description' ./${{matrix.recipe}} )" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit c7cd8b1

Please sign in to comment.