We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b161f16 commit a0b7929Copy full SHA for a0b7929
.github/workflows/main.yml
@@ -50,6 +50,11 @@ jobs:
50
v='${{ matrix.config.crystal }}'
51
crystal --version | grep "$v"
52
if: ${{ contains(matrix.config.crystal, '.') }}
53
+ - run: |
54
+ crystal eval 'require "yaml"'
55
56
+ crystal eval 'require "openssl"; require "big"; require "xml"'
57
+ if: ${{ runner.os != 'Windows' }}
58
59
- run: |
60
shards --version
.github/workflows/release.yml
0 commit comments