Skip to content

Commit 369815d

Browse files
committed
Fix CI Errors
1 parent 36cc5c9 commit 369815d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ jobs:
2323
arch: x64
2424
cc: gcc
2525
cxx: g++
26-
pkgs: gcc
26+
pkgs: gcc libcriterion-dev
2727

2828
- os: ubuntu-22.04
2929
arch: x32
3030
cc: gcc
3131
cxx: g++
32-
pkgs: gcc-multilib g++-multilib
32+
pkgs: gcc-multilib g++-multilib libcriterion-dev:i386
3333
flags: "-m32"
3434

3535
- os: macos-12
@@ -51,7 +51,7 @@ jobs:
5151
run: |
5252
sudo dpkg --add-architecture i386
5353
sudo apt-get update -y
54-
sudo apt-get install ${{ matrix.pkgs }} cmake ninja-build libcriterion-dev -y
54+
sudo apt-get install ${{ matrix.pkgs }} cmake ninja-build -y
5555
5656
- name: Install Deps (Windows)
5757
if: ${{ matrix.os == 'windows-2022' }}

0 commit comments

Comments
 (0)