Skip to content

Commit c9e6887

Browse files
committed
Also test that OpenSSL works on Windows, which it now does
1 parent f2f417a commit c9e6887

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,7 @@ jobs:
5858
crystal --version | grep "$v"
5959
if: ${{ contains(matrix.config.crystal, '.') }}
6060
- run: |
61-
crystal eval 'require "yaml"; require "xml"; require "big"'
62-
- run: |
63-
crystal eval 'require "openssl"'
64-
if: ${{ runner.os != 'Windows' }}
61+
crystal eval 'require "yaml"; require "xml"; require "big"; require "openssl"'
6562
6663
- run: |
6764
shards --version

.github/workflows/release.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,7 @@ jobs:
5858
crystal --version | grep "$v"
5959
if: ${{ contains(matrix.config.crystal, '.') }}
6060
- run: |
61-
crystal eval 'require "yaml"; require "xml"; require "big"'
62-
- run: |
63-
crystal eval 'require "openssl"'
64-
if: ${{ runner.os != 'Windows' }}
61+
crystal eval 'require "yaml"; require "xml"; require "big"; require "openssl"'
6562
6663
- run: |
6764
shards --version

0 commit comments

Comments
 (0)