mirror of
https://github.com/RetroDECK/MAME.git
synced 2024-11-22 04:35:38 +00:00
RELEASE: fix 5
This commit is contained in:
parent
71167ace4c
commit
6860102baa
1
.github/workflows/build_mame.yml
vendored
1
.github/workflows/build_mame.yml
vendored
|
@ -21,6 +21,7 @@ jobs:
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
submodules: 'true'
|
submodules: 'true'
|
||||||
|
token: ${{ secrets.TRIGGER_BUILD_TOKEN }}
|
||||||
|
|
||||||
- name: "Install dependencies"
|
- name: "Install dependencies"
|
||||||
run: "automation_tools/install_dependencies.sh"
|
run: "automation_tools/install_dependencies.sh"
|
||||||
|
|
Loading…
Reference in a new issue