From 6dc10d6596b84ac80c7e6e9381eff175627e2a30 Mon Sep 17 00:00:00 2001 From: Johannes Lorenz Date: Mon, 20 May 2024 01:06:32 +0200 Subject: [PATCH] Fixup --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 03ec1ee..cad9dc2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -16,7 +16,7 @@ jobs: with: fetch-depth: 0 - name: Install dependencies - run: apt-get install -y libboost-all-dev + run: sudo apt-get install -y libboost-all-dev - name: Configure run: mkdir build && cd build && cmake -DCOMPILER=native -DCMAKE_BUILD_TYPE=Release -DNO_BOOST_GRAPH=1 .. - name: Build