Skip to content

Commit

Permalink
fix: skip patch curl on cache hit
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas Vieira committed Oct 6, 2021
1 parent 99bc932 commit 37e199c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ jobs:
make install
- name: Patch curl
if: steps.cache.outputs.cache-hit != 'true'
run: |
patch -i patches/curlvers.patch build/curl-7.77.0/lib/libcurl.vers.in
Expand Down

0 comments on commit 37e199c

Please sign in to comment.