Skip to content

Commit

Permalink
remove space since that makes editor happy
Browse files Browse the repository at this point in the history
  • Loading branch information
prince-chrismc authored May 12, 2024
1 parent b673082 commit a9df397
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ssl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- uses: lukka/get-cmake@latest
- uses: ./.github/actions/install/openssl
with:
version: ${{ fromJSON('{"3.3.0": "openssl-3.3.0","3.2.1": "openssl-3.2.1","3.1.5": "openssl-3.1.5","3.0.13": "openssl-3.0.13","1.1.1w": "OpenSSL_1_1_1w","1.1.0i": "OpenSSL_1_1_0i","1.0.2u": "OpenSSL_1_0_2u","1.0.1u": "OpenSSL_1_0_1u"}')[matrix.openssl] }}
version: ${{ fromJson('{"3.3.0":"openssl-3.3.0","3.2.1":"openssl-3.2.1","3.1.5":"openssl-3.1.5","3.0.13":"openssl-3.0.13","1.1.1w":"OpenSSL_1_1_1w","1.1.0i":"OpenSSL_1_1_0i","1.0.2u":"OpenSSL_1_0_2u","1.0.1u":"OpenSSL_1_0_1u"}')[matrix.openssl] }}
- name: configure
run: cmake . -DJWT_BUILD_TESTS=ON
- name: build
Expand Down

0 comments on commit a9df397

Please sign in to comment.