We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b4a214 commit 1813adaCopy full SHA for 1813ada
.github/workflows/c-cpp.yml
@@ -57,8 +57,10 @@ jobs:
57
58
steps:
59
- uses: actions/checkout@v3
60
+ - name: update apt
61
+ run: sudo apt update -y
62
- name: install compiler
- run: sudo apt install ${{ matrix.config.deps }}
63
+ run: sudo apt install -y ${{ matrix.config.deps }}
64
- name: install deps
65
run: sudo apt install -y meson ninja-build libdrm-dev libegl1-mesa-dev libgles2-mesa-dev libwayland-dev libx11-xcb-dev libx11-dev libgbm-dev libevdev-dev libfmt-dev
66
- name: configure
0 commit comments