We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36cc5c9 commit 369815dCopy full SHA for 369815d
.github/workflows/ci.yml
@@ -23,13 +23,13 @@ jobs:
23
arch: x64
24
cc: gcc
25
cxx: g++
26
- pkgs: gcc
+ pkgs: gcc libcriterion-dev
27
28
- os: ubuntu-22.04
29
arch: x32
30
31
32
- pkgs: gcc-multilib g++-multilib
+ pkgs: gcc-multilib g++-multilib libcriterion-dev:i386
33
flags: "-m32"
34
35
- os: macos-12
@@ -51,7 +51,7 @@ jobs:
51
run: |
52
sudo dpkg --add-architecture i386
53
sudo apt-get update -y
54
- sudo apt-get install ${{ matrix.pkgs }} cmake ninja-build libcriterion-dev -y
+ sudo apt-get install ${{ matrix.pkgs }} cmake ninja-build -y
55
56
- name: Install Deps (Windows)
57
if: ${{ matrix.os == 'windows-2022' }}
0 commit comments