mirror of
https://github.com/JesseTG/melonds-ds.git
synced 2024-12-12 09:20:19 +00:00
Suppress some log output in act
This commit is contained in:
parent
9597b9c35b
commit
0ab448b035
2
.github/actions/deps/action.yml
vendored
2
.github/actions/deps/action.yml
vendored
@ -49,7 +49,7 @@ runs:
|
||||
- name: Install Dependencies (Linux x86_64/Android + act)
|
||||
if: ${{ env.ACT && runner.os == 'Linux' && !contains(inputs.target, 'aarch64') }}
|
||||
shell: bash
|
||||
run: sudo apt-get update -y && sudo apt-get install -y libepoxy-dev ccache ninja-build cmake p7zip-full xvfb libx11-xcb-dev xdg-utils x11-xserver-utils
|
||||
run: sudo apt-get update -qy && sudo apt-get install -qy libepoxy-dev ccache ninja-build cmake p7zip-full xvfb libx11-xcb-dev xdg-utils x11-xserver-utils
|
||||
|
||||
- name: Install Cross-Compile Support (Linux aarch64)
|
||||
if: ${{ runner.os == 'Linux' && contains(inputs.target, 'aarch64') }}
|
||||
|
Loading…
Reference in New Issue
Block a user