@@ -13,19 +13,19 @@ jobs:
1313 with :
1414 submodules : recursive
1515
16- - name : Fetch AAX SDK from private repository
17- run : gh release download --repo JanosGit/AAX_SDK 2.4.0
18- env :
19- GITHUB_TOKEN : ${{ secrets.AAX_LIBRARY_REPOSITORY_TOKEN }}
16+ # - name: Fetch AAX SDK from private repository
17+ # run: gh release download --repo JanosGit/AAX_SDK 2.4.0
18+ # env:
19+ # GITHUB_TOKEN: ${{ secrets.AAX_LIBRARY_REPOSITORY_TOKEN }}
2020
21- - name : Unzip AAX SDK
22- run : tar -xf AAX-SDK-windows.zip
21+ # - name: Unzip AAX SDK
22+ # run: tar -xf AAX-SDK-windows.zip
2323
2424
2525 # CMake configuration ================================================================================
2626 - name : Configure CMake
2727 working-directory : ${{ runner.workspace }}
28- run : cmake -S Schrammel_OJD -B ${{ runner.workspace }}/build -DCOPY_PLUGIN_AFTER_BUILD=FALSE -DAAX_SDK_PATH=AAX-SDK-windows
28+ run : cmake -S Schrammel_OJD -B ${{ runner.workspace }}/build -DCOPY_PLUGIN_AFTER_BUILD=FALSE # -DAAX_SDK_PATH=AAX-SDK-windows
2929
3030
3131 # Build ==============================================================================================
4343 run : Copy-Item -Path '${{ runner.workspace }}\build\OJD-VST3_artefacts\Release\VST3' -Destination '${{ runner.workspace }}\OJD-build-output' -Recurse
4444 if : runner.os == 'Windows'
4545
46- - name : Copy AAX to output folder
47- run : Copy-Item -Path '${{ runner.workspace }}\build\OJD-AAX_artefacts\Release\AAX' -Destination '${{ runner.workspace }}\OJD-build-output' -Recurse
48- if : runner.os == 'Windows'
46+ # - name: Copy AAX to output folder
47+ # run: Copy-Item -Path '${{ runner.workspace }}\build\OJD-AAX_artefacts\Release\AAX' -Destination '${{ runner.workspace }}\OJD-build-output' -Recurse
48+ # if: runner.os == 'Windows'
4949
5050
5151 # Upload build artifacts ============================================================================
0 commit comments