Skip to content

Commit 0083ca9

Browse files
authored
allow manual run
1 parent f200847 commit 0083ca9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build-cache.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Build Actions Cache
22

33
on:
4+
workflow_dispatch: # allows manual triggering
45
workflow_call: # reusable
56
schedule:
67
- cron: '0 * * * *'
@@ -54,7 +55,7 @@ jobs:
5455
mkdir -p spacemit-toolchain
5556
cd spacemit-toolchain
5657
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
57-
58+
5859
windows-2022-rocm-cache:
5960
runs-on: windows-2022
6061

0 commit comments

Comments
 (0)