Skip to content

Commit

Permalink
Try make use of local disk space
Browse files Browse the repository at this point in the history
  • Loading branch information
abitmore committed May 6, 2020
1 parent fdc3ed3 commit 5325958
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,8 @@ jobs:
- name: Configure
run: |
mkdir -p _build
mkdir -p /mnt/libraries
ln -s /mnt/libraries _build/libraries
pushd _build
export -n BOOST_ROOT BOOST_INCLUDEDIR BOOST_LIBRARYDIR
cmake -D CMAKE_BUILD_TYPE=Debug \
Expand Down

0 comments on commit 5325958

Please sign in to comment.