Skip to content

Commit

Permalink
search windows runner for aes.h file
Browse files Browse the repository at this point in the history
  • Loading branch information
James-Pickett committed Jun 6, 2024
1 parent 1a5293a commit a8120b9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,11 @@ jobs:
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- name: set findopenssl
if: runner.os == 'Windows'
shell: pwsh
run: |
ls C:\ aes.h -Recurse -ErrorAction silentlycontinue
- name: set windows cgo flags
if: runner.os == 'Windows'
shell: bash
Expand Down

0 comments on commit a8120b9

Please sign in to comment.