We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41b59cd commit 61b18feCopy full SHA for 61b18fe
1 file changed
.github/workflows/template_build.yml
@@ -69,9 +69,7 @@ jobs:
69
70
- name: Build fbuild binaries
71
run: |
72
- # Avoid failing board builds on a stale or unresponsive zccache daemon.
73
- # These jobs still cache downloaded fbuild toolchains and platform outputs.
74
- soldr --no-cache cargo build -p fbuild-cli -p fbuild-daemon
+ soldr cargo build -p fbuild-cli -p fbuild-daemon
75
76
- name: Add fbuild to PATH
77
run: echo "${{ github.workspace }}/target/debug" >> $GITHUB_PATH
0 commit comments