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.
Этот коммит содержится в:
Ayke van Laethem 2021-11-10 18:00:57 +01:00 коммит произвёл Ron Evans
родитель cf640290a3
коммит 7e68980c39

7
.github/workflows/windows.yml предоставленный
Просмотреть файл

@ -1,6 +1,11 @@
name: Windows name: Windows
on: push on:
pull_request:
push:
branches:
- dev
- release
jobs: jobs:
build-windows: build-windows: