Skip to content

Commit 6105d09

Browse files
committed
Merge remote-tracking branch 'origin/master' into kivutar/newdesign
2 parents cfbb6dd + ea3f769 commit 6105d09

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ jobs:
179179
- run: 7z x openal-soft-1.21.0-bin.zip -o/c/
180180
- run: echo "CGO_CFLAGS=-I/c/openal-soft-1.21.0-bin/include/" >> $GITHUB_ENV
181181
- 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 .
183183
- run: cp /c/openal-soft-1.21.0-bin/bin/Win64/soft_oal.dll OpenAL32.dll
184184
- run: cp /c/Windows/System32/VCRUNTIME140.dll .
185185
- run: mkdir -p ./Ludo-Windows-x86_64-${VERSION}/

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ jobs:
133133
- run: 7z x openal-soft-1.21.0-bin.zip -o/c/
134134
- run: echo "CGO_CFLAGS=-I/c/openal-soft-1.21.0-bin/include/" >> $GITHUB_ENV
135135
- 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 .
136137
- run: go get .
137138
#- run: go test -v -race ./...
138139
#- run: go vet ./...

0 commit comments

Comments
 (0)