Skip to content

Commit 6c9c939

Browse files
committed
ccache test
1 parent c8dcc3a commit 6c9c939

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

.github/workflows/of.yml

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,15 @@ jobs:
4040
steps:
4141
- uses: actions/checkout@v5
4242

43+
- name: ccache
44+
uses: hendrikmuhs/[email protected]
45+
with:
46+
key: ${{ matrix.platform }}
47+
48+
- name: ccache test version
49+
run: |
50+
ccache --version
51+
4352
- name: Install zip
4453
if: matrix.platform == 'vs'
4554
run: choco install zip -y
@@ -112,11 +121,6 @@ jobs:
112121
run: |
113122
chalet --version
114123
115-
- name: ccache
116-
uses: hendrikmuhs/[email protected]
117-
with:
118-
key: ${{ matrix.platform }}
119-
120124
# - name: RPI - Compiler
121125
# if: matrix.platform == 'rpi-aarch64' && runner.os == 'Linux'
122126
# run: |

0 commit comments

Comments
 (0)