From 34c994011ba790167c2ffa8a9f7da78e38236147 Mon Sep 17 00:00:00 2001
From: gcontini <1121667+gcontini@users.noreply.github.com>
Date: 周日, 11 10月 2020 17:09:26 +0800
Subject: [PATCH] add tests/docs for Ubuntu 20.04

---
 .github/workflows/cpp.yml |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/.github/workflows/cpp.yml b/.github/workflows/cpp.yml
index cf8dba2..bf45393 100644
--- a/.github/workflows/cpp.yml
+++ b/.github/workflows/cpp.yml
@@ -9,6 +9,9 @@
 
     steps:
     - uses: actions/checkout@v1
+    - name: Setup Boost (Windows / Linux latest)
+      shell: bash
+      run: echo "BOOST_ROOT=$BOOST_ROOT_1_72_0" >> $GITHUB_ENV
     - name: Compile & Test
       run: |
         mkdir -p build

--
Gitblit v1.9.1