Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
GoetzGoerisch committed Apr 24, 2024
1 parent da5a160 commit 92512c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 92512c4

Please sign in to comment.