Skip to content

Commit

Permalink
whereis libdl.so.2
Browse files Browse the repository at this point in the history
  • Loading branch information
igor-sirotin committed May 13, 2024
1 parent 6b8f89d commit 4c960c1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@ jobs:
with:
go-version: '1.20'

- name: Print
run: |
whereis libdl.so.2
# - name: Setup dlfcn-win32
# run: |
# git clone https://github.com/dlfcn-win32/dlfcn-win32.git
Expand Down
2 changes: 1 addition & 1 deletion ci/.goreleaser-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ builds:
goarch:
- amd64
env:
- CGO_ENABLED=0
- CGO_ENABLED=1
# - CC=x86_64-w64-mingw32-gcc
# - CXX=x86_64-w64-mingw32-g++

Expand Down

0 comments on commit 4c960c1

Please sign in to comment.