Remove built binaries for less cache size
This commit is contained in:
parent
a2004e53fb
commit
6bcad633ef
5
.github/workflows/windows.yml
vendored
5
.github/workflows/windows.yml
vendored
@ -161,6 +161,11 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: tools
|
name: tools
|
||||||
path: tools
|
path: tools
|
||||||
|
- name: Remove built binaries for less cache size
|
||||||
|
shell : bash
|
||||||
|
run: |
|
||||||
|
rm -rf build/Debug
|
||||||
|
rm -rf build/bin
|
||||||
|
|
||||||
packaging:
|
packaging:
|
||||||
name: Packaging STK
|
name: Packaging STK
|
||||||
|
Loading…
x
Reference in New Issue
Block a user