Skip to content

Specifically use DT_RPATH instead of DT_RUNPATH for the libpython hac… #1130

Specifically use DT_RPATH instead of DT_RUNPATH for the libpython hac…

Specifically use DT_RPATH instead of DT_RUNPATH for the libpython hac… #1130

Workflow file for this run

name: check
on:
push:
branches: [main]
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.ref_name }}-${{ github.event.pull_request.number || github.sha }}
cancel-in-progress: ${{ github.event_name == 'pull_request' }}
env:
FORCE_COLOR: 1
jobs:
check:
runs-on: "ubuntu-latest"
name: "check"
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.12"
- name: "Run checks"
run: |
python ./check.py