mirror of
https://github.com/curl/curl.git
synced 2026-05-30 03:37:28 +03:00
GHA: tidy up single-line run blocks
Also double quote a shell variable. Closes #17552
This commit is contained in:
parent
f33ec60fbf
commit
900612df79
3 changed files with 5 additions and 7 deletions
4
.github/workflows/http3-linux.yml
vendored
4
.github/workflows/http3-linux.yml
vendored
|
|
@ -133,8 +133,8 @@ jobs:
|
|||
steps.cache-nghttp3.outputs.cache-hit != 'true' ||
|
||||
steps.cache-ngtcp2.outputs.cache-hit != 'true' ||
|
||||
steps.cache-nghttp2.outputs.cache-hit != 'true'
|
||||
run: |
|
||||
echo 'needs-build=true' >> $GITHUB_OUTPUT
|
||||
|
||||
run: echo 'needs-build=true' >> "$GITHUB_OUTPUT"
|
||||
|
||||
- name: 'install build prereqs'
|
||||
if: steps.settings.outputs.needs-build == 'true'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue