try caching boost build
This commit is contained in:
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
@@ -52,6 +52,14 @@
|
||||
uses: actions/checkout@v2,
|
||||
with: { submodules: true }
|
||||
},
|
||||
{
|
||||
name: Cache Boost,
|
||||
uses: actions/cache@v2,
|
||||
with: {
|
||||
path: '${{ runner.workspace }}/boost_*.tar.gz',
|
||||
key: 'boost-1.85.0'
|
||||
}
|
||||
},
|
||||
{
|
||||
name: Build Boost,
|
||||
id: boost,
|
||||
|
Reference in New Issue
Block a user