Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
HIllya51 committed Nov 2, 2024
1 parent cbf5152 commit 829c1e2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@ jobs:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
- uses: GuillaumeFalourd/setup-windows10-sdk-action@v2
with:
sdk-version: 22621
Expand Down
1 change: 1 addition & 0 deletions src/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,7 @@ def downloadbass():
os.chdir(rootDir)
if sys.argv[1] == "cpp":
#installVCLTL()
os.system("git submodule update --init --recursive")
buildPlugins()
elif sys.argv[1] == "py":
arch = sys.argv[2]
Expand Down

0 comments on commit 829c1e2

Please sign in to comment.