Skip to content

Commit

Permalink
[win32] Use SDK 31 for BLE support
Browse files Browse the repository at this point in the history
  • Loading branch information
jcelerier committed Jul 23, 2024
1 parent 269dcfd commit 19d013d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/win32.deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ choco install -y rsync
set -x
mkdir /c/ossia-sdk
cd /c/ossia-sdk
curl -L https://github.com/ossia/sdk/releases/download/sdk29/sdk-mingw.7z --output sdk-mingw.7z
curl -L https://github.com/ossia/sdk/releases/download/sdk31/sdk-mingw.7z --output sdk-mingw.7z
7z x sdk-mingw.7z
rm sdk-mingw.7z
ls
Expand Down

0 comments on commit 19d013d

Please sign in to comment.