try caching boost build

This commit is contained in:
2024-07-02 12:05:51 -06:00
parent dbd456af54
commit e0601420c6

View File

@@ -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,