Added missing submodule and artifact
This commit is contained in:
parent
f5b2d6353b
commit
a25b23b713
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue