File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 : |
Original file line number Diff line number Diff 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 : |
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments