Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
igor-sirotin committed May 14, 2024
1 parent 2c97096 commit 5839e4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
shell: msys2 {0}
run: |
pacman -S --noconfirm mingw-w64-x86_64-dlfcn
if [ -e "C:/mingw64/lib" ]
if [ -e "C:/mingw64/lib/libdl.dll" ]
then
echo "<<< dlfcn FOUND"
else
Expand Down

0 comments on commit 5839e4e

Please sign in to comment.