Update c-cpp32.yml

Target 32-bit OS
pull/978/head
Michael Black 2022-03-02 08:13:36 -06:00 zatwierdzone przez GitHub
rodzic f0b624cd55
commit 2943b84548
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -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