Skip to content

Commit 876cc4a

Browse files
author
陈刑
committed
ruby-buld workflow
1 parent bb70b01 commit 876cc4a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/jekyll.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,7 @@ jobs:
5757
fi
5858
echo "ruby=$ruby" >> $GITHUB_OUTPUT
5959
echo "archive=$ruby-${{ steps.platform.outputs.platform }}.tar.gz" >> $GITHUB_OUTPUT
60-
- name: Check if already built
61-
run: '! curl -s -L --head --fail https://github.com/ruby/ruby-builder/releases/download/${{ steps.info.outputs.tag }}/${{ steps.ruby.outputs.archive }}'
62-
60+
6361
- name: Set NO_DOCUMENT
6462
run: |
6563
if [[ "${{ steps.ruby.outputs.ruby }}" == ruby-1.9* ]]; then

0 commit comments

Comments
 (0)