Skip to content

Fix wscript not finding library on platforms with 'lib64' folder in C… #110

Fix wscript not finding library on platforms with 'lib64' folder in C…

Fix wscript not finding library on platforms with 'lib64' folder in C… #110

Workflow file for this run

name: Valgrind
'on':
workflow_dispatch:
inputs:
extra_resolve_options:
description: Extra Resolve Options
required: false
schedule:
- cron: 0 1 * * *
push:
branches:
- master
pull_request:
jobs:
valgrind:
name: Valgrind
uses: steinwurf/valgrind-action/.github/workflows/action.yml@6.0.0
with:
extra_resolve_options: ${{ github.event.inputs.extra_resolve_options }}
concurrency:
group: ${{ github.workflow }}-${{ github.ref || github.run_id }}
cancel-in-progress: true