From 2943b84548523f8fedb9b929371bb0d9446f6129 Mon Sep 17 00:00:00 2001 From: Michael Black Date: Wed, 2 Mar 2022 08:13:36 -0600 Subject: [PATCH] Update c-cpp32.yml Target 32-bit OS --- .github/workflows/c-cpp32.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/c-cpp32.yml b/.github/workflows/c-cpp32.yml index d84e0b96d..963577222 100644 --- a/.github/workflows/c-cpp32.yml +++ b/.github/workflows/c-cpp32.yml @@ -9,7 +9,7 @@ on: jobs: build: - runs-on: ubuntu-latest + runs-on: fedora:32 steps: - uses: actions/checkout@v2 @@ -18,7 +18,7 @@ jobs: sudo apt install libusb-1.0-0-dev ./bootstrap - name: configure - run: ./configure CFLAGS=-m32 --without-cxx-binding + run: ./configure --without-cxx-binding - name: make run: make -j 4 - name: make check