Skip to content

[Bug]: Windows build fails at openssl #2006

Answered by niyatim23
Wosler-Menna asked this question in Q&A
Discussion options

You must be logged in to vote

We have a successful openssl build in our CI here. Please closely follow all the steps below and see if it helps. We have verified that the build and the same both work on Windows. This issue maybe specific to your setup

windows-msvc-openssl:
runs-on: windows-2022
env:
AWS_KVS_LOG_LEVEL: 1
permissions:
id-token: write
contents: read
steps:
- name: Clone repository
uses: actions/checkout@v3
- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v2
with:
role-to-assume: ${{ secrets.AWS_ROLE_TO_ASSU…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Wosler-Menna
Comment options

Answer selected by Wosler-Menna
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
2 participants
Converted from issue

This discussion was converted from issue #2005 on June 04, 2024 16:39.