We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd05674 commit 0ff7e0cCopy full SHA for 0ff7e0c
.github/workflows/of.yml
@@ -153,6 +153,6 @@ jobs:
153
run: |
154
cd examples/demos/flechilhas
155
ofgen templates=chalet
156
- chalet bundle --compiler-cache
+ chalet bundle --compiler-cache --show-commands
157
zip -r ofWorks_${{ matrix.platform }}_flechilhas.zip dist/*
158
gh release upload demo *.zip --clobber
ofGen/compile.sh
@@ -96,7 +96,7 @@ else
96
if command -v chalet &> /dev/null; then
97
CCACHE_PARAM=""
98
if [[ "${CI:-false}" == "true" ]]; then
99
- CCACHE_PARAM=" --compiler-cache"
+ CCACHE_PARAM=" --compiler-cache --show-commands"
100
fi
101
102
chalet bundle ${CCACHE_PARAM} &&
0 commit comments