diff --git a/.github/workflows/waterbox-cores.yml b/.github/workflows/waterbox-cores.yml index 56e2d26964..59c5418bcf 100644 --- a/.github/workflows/waterbox-cores.yml +++ b/.github/workflows/waterbox-cores.yml @@ -37,6 +37,7 @@ jobs: git submodule update --init uae/libretro-uae; git submodule update --init stella/core; git submodule update --init dsda/core; + git submodule update --init dosbox/dosbox-x; - name: Install clang 18 run: wget https://apt.llvm.org/llvm.sh; chmod u+x llvm.sh; @@ -61,6 +62,7 @@ jobs: Assets/dll/ares64_interpreter.wbx.zst Assets/dll/ares64_recompiler.wbx.zst Assets/dll/bsnes.wbx.zst + Assets/dll/dosbox.wbx.zst Assets/dll/dsda.wbx.zst Assets/dll/faust.wbx.zst Assets/dll/gpgx.wbx.zst