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 18f7d56 commit fb2da94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ runs:
using: composite
steps:
- run: echo /home/linuxbrew/.linuxbrew/bin >> $GITHUB_PATH
if: ${{runner.os == "Linux"}}
if: ${{runner.os == 'Linux'}}
shell: sh
- run: brew developer on
shell: sh
Expand Down

0 comments on commit fb2da94

Please sign in to comment.