Skip to content

Commit

Permalink
Update unittest.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
j-z10 authored Oct 9, 2024
1 parent 2a285c5 commit 9cac9f9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/unittest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,9 @@ jobs:
mkdir build && cd build
cmake .. -G "NMake Makefiles"
nmake && nmake test && nmake install
- name: Set DYLD_LIBRARY_PATH on MacOS
if: startsWith(matrix.os, 'macos')
run: echo "DYLD_LIBRARY_PATH=/usr/local/lib:$DYLD_LIBRARY_PATH" >> $GITHUB_ENV
- name: Check GmSSL version
run: gmssl version
- name: Install Python dependencies
Expand Down

0 comments on commit 9cac9f9

Please sign in to comment.