Skip to content

Commit ffb8d5a

Browse files
authored
Update base-x86_64.yml
1 parent 49debfa commit ffb8d5a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/base-x86_64.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ jobs:
1010
uses: actions/cache@v2
1111
with:
1212
path: macos/linux-5.9.13
13-
key: cache-x86_64-3
14-
restore-keys: cache-x86_64-2
13+
key: cache-x86_64-4
14+
restore-keys: cache-x86_64-3
1515
- name: Build
1616
run: cd macos && sudo ARCH=x86_64 ./build.sh && tar czf virt.tar.gz vmlinuz vda.img
1717
- name: Upload Artifacts

0 commit comments

Comments
 (0)