Skip to content

Commit

Permalink
Update gen2.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
xplshn authored Oct 26, 2024
1 parent 714e9bd commit 9cd860f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gen2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
if echo "$script" | grep -E "$PATTERN"; then
echo "Running $script"
chmod +x "$script"
DEBUG=1 ./musl_C_Go_Fyne_DevEnv*.AppDir/AppRun "$script"
DEBUG=1 ./musl_C_Go_Fyne_DevEnv*.AppDir/AppRun sh "$script"
else
echo "Skipping $script (does not match pattern)"
fi
Expand Down

0 comments on commit 9cd860f

Please sign in to comment.