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 f200847 commit 0083ca9Copy full SHA for 0083ca9
.github/workflows/build-cache.yml
@@ -1,6 +1,7 @@
1
name: Build Actions Cache
2
3
on:
4
+ workflow_dispatch: # allows manual triggering
5
workflow_call: # reusable
6
schedule:
7
- cron: '0 * * * *'
@@ -54,7 +55,7 @@ jobs:
54
55
mkdir -p spacemit-toolchain
56
cd spacemit-toolchain
57
curl --no-progress-meter https://archive.spacemit.com/toolchain/spacemit-toolchain-linux-glibc-x86_64-v${{ env.SPACEMIT_IME_TOOLCHAIN_VERSION }}.tar.xz | tar -Jx --strip-components=1
-
58
+
59
windows-2022-rocm-cache:
60
runs-on: windows-2022
61
0 commit comments