Skip to content

Commit

Permalink
m
Browse files Browse the repository at this point in the history
  • Loading branch information
archie2x committed Aug 29, 2024
1 parent b487dfa commit 9b2dc0c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tinygo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ jobs:
explob=cmds/exp/{$(IFS=,; echo "${exp[*]}")}
extglob=cmds/exp/{$(IFS=,; echo "${extra[*]}")}
echo ${coreglob}
for cmd in ${coreglob} ${expglob} ${extglob} ; do
# see tinygo-org/tinygo#4422 for '-C'
# consider '-o /dev/null' to keep tree clean
Expand Down

0 comments on commit 9b2dc0c

Please sign in to comment.