From 92512c4f4b69040913fd0e3457aafb950a4cc998 Mon Sep 17 00:00:00 2001 From: Goetz Goerisch Date: Wed, 24 Apr 2024 11:07:12 +0000 Subject: [PATCH] fix --- .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 c59bc693..553172fc 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -30,7 +30,7 @@ jobs: run: | #! /bin/bash dpkg -l libstdc++6 - apt install libstdc++6=12.3.0-1ubuntu1~22.04 -y --allow-downgrades + sudo apt install libstdc++6=12.3.0-1ubuntu1~22.04 -y --allow-downgrades - run: | #! /bin/bash LIBCPP_VERSION="$(dpkg -s libstdc++6 | grep Version | awk '{match($0,"[0-9]+.[0-9].[0-9]",a)}END{print a[0]}')" # yamllint disable-line rule:line-length