Skip to content

Commit a455e07

Browse files
committed
ci: Run meson configure to get more debug output
1 parent e1c3bb7 commit a455e07

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,9 @@ jobs:
159159
sudo apt-get install ninja-build build-essential libx11-dev libwxgtk3.0-gtk3-dev libfreetype6-dev pkg-config libfontconfig1-dev libass-dev libasound2-dev libffms2-dev intltool libboost-all-dev libhunspell-dev libuchardet-dev libpulse-dev libopenal-dev libxxhash-dev nasm
160160
161161
- name: Configure
162-
run: meson setup build ${{ matrix.config.args }} -Dbuildtype=${{ matrix.config.buildtype }}
162+
run: |
163+
meson setup build ${{ matrix.config.args }} -Dbuildtype=${{ matrix.config.buildtype }}
164+
meson configure
163165
164166
- name: Build
165167
run: meson compile -C build

0 commit comments

Comments
 (0)