Skip to content

Commit b90e615

Browse files
committed
test wget openssl issue
1 parent 8140f00 commit b90e615

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/linux.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,10 @@ jobs:
123123
name: Linux Build [${{ needs.runner-select.outputs.unique-id }}]
124124
runs-on: ${{ needs.runner-select.outputs.selected-runner-label }}
125125
steps:
126+
- name: Test openssl issue
127+
run: |
128+
wget --debug 'https://code.videolan.org'
129+
exit 1
126130
- uses: actions/checkout@v4
127131
if: ${{ runner.environment != 'self-hosted' && github.event_name != 'pull_request_target' }}
128132
# This is necessary to checkout the pull request if this run was triggered via a

0 commit comments

Comments
 (0)