mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-08 04:53:42 +00:00
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:
committed by
Ron Evans
parent
cf640290a3
commit
7e68980c39
@@ -1,6 +1,11 @@
|
||||
name: Windows
|
||||
|
||||
on: push
|
||||
on:
|
||||
pull_request:
|
||||
push:
|
||||
branches:
|
||||
- dev
|
||||
- release
|
||||
|
||||
jobs:
|
||||
build-windows:
|
||||
|
||||
Reference in New Issue
Block a user