Your ROOT_URL in app.ini is https://source.parasitstudio.de:63000/ but you are visiting https://source.parasitstudio.de/wirtz/MiniDexed/commit/6f4935ec0d1b3478be6aaa1623fbaf926464ba53 You should set ROOT_URL correctly, otherwise the web may not work correctly.

export PATH=$(readlink -f ./gcc-*/bin/):$PATH

pull/2/head
probonopd 3 years ago committed by GitHub
parent 4b70e3c550
commit 6f4935ec0d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      .github/workflows/build.yml

@ -31,6 +31,7 @@ jobs:
cd ..
- name: Build MiniDexed
run: |
export PATH=$(readlink -f ./gcc-*/bin/):$PATH
cd src
make -j$(nproc)
ls *.img

Loading…
Cancel
Save