ci: improve caching for GitHub Actions

Previously the cache would be stale for every new branch.
With this change, PRs use the cache from the base branch and therefore
don't need to rebuild LLVM from scratch.
This commit is contained in:
Ayke van Laethem
2021-11-10 18:00:57 +01:00
committed by Ron Evans
parent cf640290a3
commit 7e68980c39
+6 -1
View File
@@ -1,6 +1,11 @@
name: Windows
on: push
on:
pull_request:
push:
branches:
- dev
- release
jobs:
build-windows: