Skip to content

Commit

Permalink
fix?
Browse files Browse the repository at this point in the history
  • Loading branch information
UnrealKaraulov committed Jan 14, 2024
1 parent 31830c7 commit ce279a2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,11 +158,11 @@ jobs:
cp build\bspguy.exe build\win64_cmake_release\
cp $MINGW_PREFIX\bin\libgcc_s_seh-1.dll build\win64_cmake_release\
cp $MINGW_PREFIX\mingw64\bin\libgcc_s_seh-1.dll build\win64_cmake_release\
cp $MINGW_PREFIX\bin\libwinpthread-1.dll build\win64_cmake_release\
cp $MINGW_PREFIX\mingw64\bin\libwinpthread-1.dll build\win64_cmake_release\
cp $MINGW_PREFIX\bin\libstdc++-6.dll build\win64_cmake_release\
cp $MINGW_PREFIX\mingw64\bin\libstdc++-6.dll build\win64_cmake_release\
cp glew\bin\Release\x64\glew32.dll build\win64_cmake_release\
Expand Down

0 comments on commit ce279a2

Please sign in to comment.