Skip to content

Commit 0f80b00

Browse files
committed
update: use submodule and bump sdk version to 20250307
1 parent d05efba commit 0f80b00

5 files changed

Lines changed: 7 additions & 10 deletions

File tree

.github/workflows/build-publish.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -88,11 +88,6 @@ jobs:
8888
shell: bash
8989
working-directory: ${{ github.workspace }}
9090

91-
- name: Download Foobar2000 SDK
92-
run: |
93-
curl -L https://www.foobar2000.org/files/SDK-2024-08-07.7z -o vendor/foobar2000_sdk.7z
94-
7z x vendor/foobar2000_sdk.7z -ovendor/sdk
95-
ls vendor/sdk
9691

9792
- name: (XCode) Switch XCode Version
9893
run: |

.github/workflows/build.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -129,11 +129,6 @@ jobs:
129129
shell: bash
130130
working-directory: ${{ github.workspace }}
131131

132-
- name: Download Foobar2000 SDK
133-
run: |
134-
curl -L https://www.foobar2000.org/files/SDK-2024-08-07.7z -o vendor/foobar2000_sdk.7z
135-
7z x vendor/foobar2000_sdk.7z -ovendor/sdk
136-
ls vendor/sdk
137132

138133
- name: (XCode) Switch XCode Version
139134
run: |

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,6 @@
77
[submodule "vendor/json"]
88
path = vendor/json
99
url = git@github.com:nlohmann/json.git
10+
[submodule "vendor/sdk"]
11+
path = vendor/sdk
12+
url = https://github.com/pnck/foobar2000_sdk.git

src/main.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
55
Change Log
66
7+
Version 0.5.4
8+
- Bump sdk version to 20250307
9+
710
Version 0.5.3
811
- Bump sdk version to 20240807
912
- Minor bug fixes

vendor/sdk

Submodule sdk added at d7514db

0 commit comments

Comments
 (0)