From 73c905e6713edc7069f7e8e04163d84a79139e77 Mon Sep 17 00:00:00 2001 From: "Li, Xun" Date: Tue, 28 May 2024 12:30:35 +0800 Subject: [PATCH] fixup! add CI action script for Ubuntu 22.04 --- .github/workflows/c-cpp.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index 11e151d5..4d5e88d3 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -20,6 +20,8 @@ jobs: steps: - uses: actions/checkout@v4 + - name: install libboost + run: sudo apt-get install libboost1.74-dev - name: init submodule run: git submodule update --init - name: download prebuilt