Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
alabuzhev committed Dec 18, 2024
1 parent 0e15675 commit 9b7db07
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,8 @@ jobs:
run: |
echo "DEBUG=1" >> "$GITHUB_ENV"
echo "USE_LLD=1" >> "$GITHUB_ENV"
- name: Set more environment for debug build
if: matrix.c_lib == 'ucrt' && matrix.build_type == 'Debug'
run: |
echo "USER_LIBS=-lucrtbased" >> "$GITHUB_ENV"
Expand Down

0 comments on commit 9b7db07

Please sign in to comment.