Skip to content

Commit

Permalink
Add Boost install step to c-cpp.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
graysoncroom committed Sep 8, 2023
1 parent c2eaebf commit a7db830
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,15 @@ jobs:
steps:
- name: Checkout Repo
uses: actions/checkout@main
- name: Cache Boost
uses: actions/cache@v2
with:
path: '${{ runner.workspace }}/boost_*.tar.gz'
key: 'boost-1.72.0'
- name: Build Boost
# This won't re-download the archive unnecessarily:
uses: egor-tensin/build-boost@v1
with:
version: 1.82.0
- name: Build Compiler
run: make

0 comments on commit a7db830

Please sign in to comment.