Skip to content

Commit 4cec3a7

Browse files
committed
fix: refine ci
1 parent 28c612a commit 4cec3a7

2 files changed

Lines changed: 0 additions & 15 deletions

File tree

.github/workflows/build-publish.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,6 @@ jobs:
1919
with:
2020
submodules: recursive
2121

22-
- name: Download Foobar2000 SDK
23-
run: |
24-
curl -L https://www.foobar2000.org/files/SDK-2023-09-23.7z -o vendor/foobar2000_sdk.7z
25-
7z x vendor/foobar2000_sdk.7z -ovendor/sdk
26-
ls vendor/sdk
2722

2823
- name: Setup Msbuild
2924
uses: microsoft/setup-msbuild@v2

.github/workflows/build.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,6 @@ jobs:
2525
with:
2626
submodules: recursive
2727

28-
- name: Download Foobar2000 SDK
29-
run: |
30-
curl -L https://www.foobar2000.org/files/SDK-2023-09-23.7z -o vendor/foobar2000_sdk.7z
31-
7z x vendor/foobar2000_sdk.7z -ovendor/sdk
32-
ls vendor/sdk
3328

3429
- name: Setup Msbuild
3530
uses: microsoft/setup-msbuild@v2
@@ -66,11 +61,6 @@ jobs:
6661
with:
6762
submodules: recursive
6863

69-
- name: Download Foobar2000 SDK
70-
run: |
71-
curl -L https://www.foobar2000.org/files/SDK-2023-09-23.7z -o vendor/foobar2000_sdk.7z
72-
7z x vendor/foobar2000_sdk.7z -ovendor/sdk
73-
ls vendor/sdk
7464

7565
- name: Setup GoogleTest Xcode Project
7666
working-directory: ${{ github.workspace }}/vendor/googletest

0 commit comments

Comments
 (0)