Skip to content

Commit

Permalink
Merge branch 'main' into multiple-BLE-devices
Browse files Browse the repository at this point in the history
  • Loading branch information
KlausMu committed Dec 11, 2024
2 parents cf0d7a0 + 9d2f1f1 commit 64d7019
Show file tree
Hide file tree
Showing 17 changed files with 25,703 additions and 13 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build-platformio-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ jobs:

- name: Install SDL2
run: |
brew install sdl2
brew install sdl2 sdl2_image
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/build-platformio-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ jobs:
run: |
sudo apt update
sudo apt upgrade -y
sudo apt install -y libsdl2-dev
sudo apt install -y libsdl2-dev libsdl2-image-dev
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build-platformio-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
install: >-
mingw-w64-${{matrix.env}}-gcc
mingw-w64-${{matrix.env}}-SDL2
mingw-w64-${{matrix.env}}-SDL2_image
- name: Add paths mingw64
if: ${{matrix.sys == 'mingw64'}}
run: |
Expand Down
Loading

0 comments on commit 64d7019

Please sign in to comment.