File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -179,7 +179,7 @@ jobs:
179
179
- run : 7z x openal-soft-1.21.0-bin.zip -o/c/
180
180
- run : echo "CGO_CFLAGS=-I/c/openal-soft-1.21.0-bin/include/" >> $GITHUB_ENV
181
181
- run : echo "CGO_LDFLAGS=-L/c/openal-soft-1.21.0-bin/libs/Win64/" >> $GITHUB_ENV
182
- - run : cp /c/ProgramData/chocolatey/lib/mingw/tools/install/mingw64/x86_64-w64-mingw32/lib/ libwinpthread* .
182
+ - run : cp /c/ProgramData/chocolatey/lib/mingw/tools/install/mingw64/bin/ libwinpthread-1.dll .
183
183
- run : cp /c/openal-soft-1.21.0-bin/bin/Win64/soft_oal.dll OpenAL32.dll
184
184
- run : cp /c/Windows/System32/VCRUNTIME140.dll .
185
185
- run : mkdir -p ./Ludo-Windows-x86_64-${VERSION}/
Original file line number Diff line number Diff line change @@ -133,6 +133,7 @@ jobs:
133
133
- run : 7z x openal-soft-1.21.0-bin.zip -o/c/
134
134
- run : echo "CGO_CFLAGS=-I/c/openal-soft-1.21.0-bin/include/" >> $GITHUB_ENV
135
135
- run : echo "CGO_LDFLAGS=-L/c/openal-soft-1.21.0-bin/libs/Win64/" >> $GITHUB_ENV
136
+ - run : cp /c/ProgramData/chocolatey/lib/mingw/tools/install/mingw64/bin/libwinpthread-1.dll .
136
137
- run : go get .
137
138
# - run: go test -v -race ./...
138
139
# - run: go vet ./...
You can’t perform that action at this time.
0 commit comments