@@ -18,7 +18,7 @@ runs:
using: composite
steps:
- shell: bash
- if: false
+ if: true
run: |
set -euo pipefail
GLIBC_VERSION="$(ldd --version 2>/dev/null | head -n 1 | awk '{print $NF}')"