Skip to content

Commit

Permalink
chore: delete cpal audio
Browse files Browse the repository at this point in the history
  • Loading branch information
benolt committed Dec 13, 2024
1 parent e4784bc commit 134c7a7
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 405 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/release-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,13 +127,10 @@ jobs:
with:
fetch-depth: 0

- name: (Windows) Install asiosdk
- name: (Windows) Install llvm
if: ${{ matrix.arch == 'x86_64-pc-windows-msvc' }}
shell: PowerShell
run: |
curl https://www.steinberg.net/asiosdk -o asiosdk.zip
Expand-Archive .\asiosdk.zip -DestinationPath .\
choco install asio4all
choco install llvm
# This is a workaround for NSIS bundle size limits https://nsis.sourceforge.io/Talk:Special_Builds
Expand Down Expand Up @@ -254,7 +251,6 @@ jobs:
VITE_POSTHOG_API_KEY: ${{ secrets.VITE_POSTHOG_API_KEY }}
SECRET_DESKTOP_INSTALLATION_PROOF_KEY: ${{secrets.SECRET_DESKTOP_INSTALLATION_PROOF_KEY}}
# Windows Only
CPAL_ASIO_DIR: ${{ github.workspace }}/asiosdk_2.3.3_2019-06-14
LIBCLANG_PATH: C:\Program Files\LLVM\bin
NODE_OPTIONS: "--max_old_space_size=8192"
- name: Prepare binary files
Expand Down
6 changes: 1 addition & 5 deletions .github/workflows/release-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,13 +125,10 @@ jobs:
with:
fetch-depth: 0

- name: (Windows) Install asiosdk}
- name: (Windows) Install llvm
if: ${{ matrix.arch == 'x86_64-pc-windows-msvc' }}
shell: PowerShell
run: |
curl https://www.steinberg.net/asiosdk -o asiosdk.zip
Expand-Archive .\asiosdk.zip -DestinationPath .\
choco install asio4all
choco install llvm
# This is a workaround for NSIS bundle size limits https://nsis.sourceforge.io/Talk:Special_Builds
Expand Down Expand Up @@ -248,7 +245,6 @@ jobs:
VITE_POSTHOG_API_KEY: ${{ secrets.VITE_POSTHOG_API_KEY }}
SECRET_DESKTOP_INSTALLATION_PROOF_KEY: ${{ secrets.SECRET_DESKTOP_INSTALLATION_PROOF_KEY }}
# Windows Only
CPAL_ASIO_DIR: ${{ github.workspace }}/asiosdk_2.3.3_2019-06-14
LIBCLANG_PATH: C:\Program Files\LLVM\bin
NODE_OPTIONS: "--max_old_space_size=8192"
- name: Prepare binary files
Expand Down
Loading

0 comments on commit 134c7a7

Please sign in to comment.