Your ROOT_URL in app.ini is https://source.parasitstudio.de:63000/ but you are visiting https://source.parasitstudio.de/wirtz/MiniDexed/commit/74cbbda007265b8d9dba2e4f29c4a10b511d8451?style=split&whitespace=ignore-all You should set ROOT_URL correctly, otherwise the web may not work correctly.
pull/443/head
donluca 2 years ago
parent e27a4eaffc
commit 74cbbda007
  1. 6
      .github/workflows/build.yml

@ -32,6 +32,12 @@ jobs:
cd circle-stdlib/libs/circle-newlib cd circle-stdlib/libs/circle-newlib
git checkout 48bf91d # needed for circle ec09d7e git checkout 48bf91d # needed for circle ec09d7e
cd - cd -
- name: Change Synth_Dexed branch to enable selection of Engine Types
run: |
set -ex
cd Synth_Dexed/
git checkout 58a307971e
cd -
- name: Install toolchains - name: Install toolchains
run: | run: |
set -ex set -ex

Loading…
Cancel
Save