We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb70b01 commit 876cc4aCopy full SHA for 876cc4a
.github/workflows/jekyll.yml
@@ -57,9 +57,7 @@ jobs:
57
fi
58
echo "ruby=$ruby" >> $GITHUB_OUTPUT
59
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
-
+
63
- name: Set NO_DOCUMENT
64
run: |
65
if [[ "${{ steps.ruby.outputs.ruby }}" == ruby-1.9* ]]; then
0 commit comments