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 c8dcc3a commit 6c9c939Copy full SHA for 6c9c939
.github/workflows/of.yml
@@ -40,6 +40,15 @@ jobs:
40
steps:
41
- uses: actions/checkout@v5
42
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
52
- name: Install zip
53
if: matrix.platform == 'vs'
54
run: choco install zip -y
@@ -112,11 +121,6 @@ jobs:
112
121
run: |
113
122
chalet --version
114
123
115
- - name: ccache
116
- uses: hendrikmuhs/[email protected]
117
- with:
118
- key: ${{ matrix.platform }}
119
-
120
124
# - name: RPI - Compiler
125
# if: matrix.platform == 'rpi-aarch64' && runner.os == 'Linux'
126
# run: |
0 commit comments