Skip to content

Commit 969e379

Browse files
authored
Remove ccache PATH modification step
Removed step to add ccache to PATH in workflow.
1 parent 00c3a65 commit 969e379

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/reusable-wasi.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,6 @@ jobs:
4141
with:
4242
version: ${{ steps.wasi-sdk-version.outputs.version }}
4343
add-to-path: false
44-
- name: "Add ccache to PATH"
45-
run: echo "PATH=/usr/lib/ccache:$PATH" >> "$GITHUB_ENV"
4644
- name: "Install Python"
4745
uses: actions/setup-python@v6
4846
with:

0 commit comments

Comments
 (0)