Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
dawidd6 authored Oct 15, 2024
1 parent cfe9fdc commit 5d0b42a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,12 +92,13 @@ runs:
using: composite
steps:
- run: echo $PATH
shell: sh
- run: echo /home/linuxbrew/.linuxbrew/bin >> $GITHUB_PATH
shell: sh
- run: brew developer on
shell: sh
- run: brew update-reset
shell: sh
env:
HOMEBREW_DEVELOPER: 1
#- shell: sh
# run: |
# cd /home/linuxbrew/.linuxbrew/Homebrew
Expand Down

0 comments on commit 5d0b42a

Please sign in to comment.