Skip to content

Commit f2c3431

Browse files
Cache Support: Try 12
1 parent b0d7382 commit f2c3431

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
- name: Setup ccache
6464
run: |
6565
echo "CCACHE_DIR=$(pwd)/ccache" >> $GITHUB_ENV
66-
echo "PATH=/usr/lib/ccache:$PATH" >> $GITHUB_ENV
66+
echo "PATH=/usr/lib/ccache:/usr/local/bin:/opt/sdk-dat-arm/host/usr/bin/:$PATH" >> $GITHUB_ENV
6767
6868
# Configure ccache
6969
- name: Configure ccache

0 commit comments

Comments
 (0)