We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30321e5 commit 8aa4092Copy full SHA for 8aa4092
.github/workflows/linux_run.yml
@@ -246,6 +246,7 @@ jobs:
246
working-directory: ${{ github.workspace }}
247
248
- name: HTML → Markdown (pandoc)
249
+ shell: bash
250
if: ${{ inputs.runner == 'ubuntu-24.04' && inputs.compiler == 'clang' }}
251
run: |
252
sudo apt-get update && sudo apt-get install -y pandoc
0 commit comments