Skip to content

Commit

Permalink
mac test
Browse files Browse the repository at this point in the history
  • Loading branch information
djekmusic committed Feb 13, 2025
1 parent 64c6d70 commit 1e55baa
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/wizard/spec.xml
Original file line number Diff line number Diff line change
Expand Up @@ -250,10 +250,13 @@
</runProgram>
<if>
<actionList>
<changePermissions>
<permissions>0755</permissions>
<files>${installdir}/brew_install.sh</files>
</changePermissions>
<runProgram>
<program>/bin/bash</program>
<programArguments>-c "${installdir}/brew_install.sh"</programArguments>
<runAs>$localuser</runAs>
<workingDirectory>${installdir}</workingDirectory>
<progressText>Installing Brew</progressText>
</runProgram>
Expand Down

0 comments on commit 1e55baa

Please sign in to comment.