actions: Clean inbetween gcc builds of pcireg

This commit is contained in:
RichardG867
2024-10-23 11:25:40 -03:00
parent 8df6c46d9a
commit e4013ad0cd

View File

@@ -57,7 +57,7 @@ jobs:
cd ${{ github.workspace }}/pcireg
wmake
make -f Makefile.uefi ARCH=x86_64
make -f Makefile.gcc CC=i686-linux-gnu-gcc CFLAGS=-I/usr/local/include LDFLAGS=-static
make -f Makefile.gcc clean default CC=i686-linux-gnu-gcc CFLAGS=-I/usr/local/include LDFLAGS=-static
python3 pciids.py
- name: Build `usblgoff`
run: |