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 8140f00 commit b90e615Copy full SHA for b90e615
.github/workflows/linux.yml
@@ -123,6 +123,10 @@ jobs:
123
name: Linux Build [${{ needs.runner-select.outputs.unique-id }}]
124
runs-on: ${{ needs.runner-select.outputs.selected-runner-label }}
125
steps:
126
+ - name: Test openssl issue
127
+ run: |
128
+ wget --debug 'https://code.videolan.org'
129
+ exit 1
130
- uses: actions/checkout@v4
131
if: ${{ runner.environment != 'self-hosted' && github.event_name != 'pull_request_target' }}
132
# This is necessary to checkout the pull request if this run was triggered via a
0 commit comments