Skip to content

Commit

Permalink
more tries
Browse files Browse the repository at this point in the history
  • Loading branch information
James-Pickett committed Jun 6, 2024
1 parent 101235d commit f98d003
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
if: runner.os == 'Windows'
shell: bash
run: |
echo "CGO_CFLAGS=-IC:\msys64\ucrt64\include\openssl" >> "$GITHUB_ENV"
echo "CGO_CFLAGS=-IC:\msys64\ucrt64\include" >> "$GITHUB_ENV"
- name: set macos cgo flags
if: runner.os == 'macos'
run: |
Expand Down Expand Up @@ -98,7 +98,7 @@ jobs:
if: runner.os == 'Windows'
shell: bash
run: |
echo "CGO_CFLAGS=-IC:\msys64\ucrt64\include\openssl" >> "$GITHUB_ENV"
echo "CGO_CFLAGS=-IC:\msys64\ucrt64\include" >> "$GITHUB_ENV"
- name: Install Libsodium on Windows
if: runner.os == 'Windows'
# this is a dependency of the ruby rbnacl library
Expand Down

0 comments on commit f98d003

Please sign in to comment.