Skip to content

Linux: try running ldconfig via sudo if not available for the curren… #22

Linux: try running ldconfig via sudo if not available for the curren…

Linux: try running ldconfig via sudo if not available for the curren… #22

Workflow file for this run

on:
push:
branches:
- master
jobs:
shellcheck:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Run ShellCheck
uses: ludeeus/[email protected]
env:
SHELLCHECK_OPTS: -e SC1003