We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bde396 commit 87b5cadCopy full SHA for 87b5cad
.github/workflows/build-every.yml
@@ -13,7 +13,6 @@ jobs:
13
- uses: actions/checkout@v4
14
with:
15
fetch-depth: 0
16
- submodules: true
17
- name: Configure git user
18
run: git config --global user.email "[email protected]" && git config --global user.name "Me"
19
- name: Configure git safe directory
.github/workflows/build.yml
@@ -34,8 +34,6 @@ jobs:
34
- name: Install dependencies
35
run: ${{ matrix.distro.update_cmd }} && ${{ matrix.distro.install_cmd }} git meson ${{ matrix.distro.packages }} ${{ matrix.compiler.cc }}
36
37
- with:
38
39
- name: Configure
40
run: meson setup --buildtype release --werror -Dpcie_opt=${{ matrix.options.pcie_opt }} build || cat build/meson-logs/meson-log.txt /nonexistent
41
- name: Build
0 commit comments