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 b0d7382 commit f2c3431Copy full SHA for f2c3431
.github/workflows/build.yml
@@ -63,7 +63,7 @@ jobs:
63
- name: Setup ccache
64
run: |
65
echo "CCACHE_DIR=$(pwd)/ccache" >> $GITHUB_ENV
66
- echo "PATH=/usr/lib/ccache:$PATH" >> $GITHUB_ENV
+ echo "PATH=/usr/lib/ccache:/usr/local/bin:/opt/sdk-dat-arm/host/usr/bin/:$PATH" >> $GITHUB_ENV
67
68
# Configure ccache
69
- name: Configure ccache
0 commit comments