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 a8edc33 commit 33987c8Copy full SHA for 33987c8
.github/workflows/meson.yml
@@ -84,7 +84,7 @@ jobs:
84
sudo pip install meson
85
86
- name: ccache
87
- uses: hendrikmuhs/ccache-action@v1.2.11 # Keep this at 1.2.11 until #181 or #182 is closed
+ uses: hendrikmuhs/ccache-action@v1 # Keep this at 1.2.11 until #181 or #182 is closed
88
with:
89
key: ${{ github.job }}-${{ matrix.os }}
90
@@ -193,7 +193,7 @@ jobs:
193
github_token: ${{ secrets.GITHUB_TOKEN }}
194
195
196
197
198
199
0 commit comments