diff --git a/.github/workflows/debug.yml b/.github/workflows/debug.yml new file mode 100644 index 0000000..925e7c1 --- /dev/null +++ b/.github/workflows/debug.yml @@ -0,0 +1,21 @@ +on: + workflow_dispatch: + inputs: + runner: + description: "Type of runner to use/architecture to build for." + type: choice + options: + - toolchains-ubuntu-22.04-x86 + - toolchains-ubuntu-22.04-arm + +name: Linux Debug + +jobs: + debug: + name: debug ${{ inputs.runner }} + runs-on: ${{ inputs.runner }} + permissions: + contents: write + steps: + - name: Debug + run: ldd --version