Skip to content

Commit

Permalink
fix win dll directory, try to debug mac arm build
Browse files Browse the repository at this point in the history
  • Loading branch information
laamaa committed Mar 2, 2025
1 parent 45c2249 commit 7abc315
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-macos-arm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
run: echo "NOW=$(date +'%Y-%m-%d')" >> $GITHUB_ENV

- name: 'Build m8c'
continue-on-error: true
run: |
mkdir -p build_arm64 && cd build_arm64 && cmake .. && cpack -V
cat /Users/runner/work/m8c/m8c/build_arm64/_CPack_Packages/Darwin/DragNDrop/PreinstallOutput.log
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,12 +82,12 @@ jobs:
strip -g m8c.exe
if [ ${{ matrix.win }} == "win32" ]
then
cp C:/Libraries/SDL3/bin/SDL3.dll .
cp C:/Libraries/bin/SDL3.dll .
cp /mingw32/bin/libgcc_s_dw2-1.dll .
cp /mingw32/bin/libserialport-0.dll .
cp /mingw32/bin/libwinpthread-1.dll .
else
cp /mingw64/bin/SDL3.dll .
cp C:/Libraries/bin/SDL3.dll .
cp /mingw64/bin/libserialport-0.dll .
fi
unix2dos README.md LICENSE AUDIOGUIDE.md
Expand Down

0 comments on commit 7abc315

Please sign in to comment.