Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
GoetzGoerisch committed Dec 7, 2023
1 parent c591d0c commit 77f31bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
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
echo "$LIBCPP_VERSION"
mkdir -p build
cd build || exit
#shellcheck disable=SC2296
Expand Down

0 comments on commit 77f31bb

Please sign in to comment.