Skip to content

Commit

Permalink
ci: fix linux32 build
Browse files Browse the repository at this point in the history
Change-Id: If84c4f634300322916d97dd739922103b8b2047a
Signed-off-by: Huaqi Fang <[email protected]>
  • Loading branch information
fanghuaqi committed Jan 25, 2024
1 parent f573793 commit bd3283f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/linux-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,8 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install clang gcc-multilib
sudo apt-get install libftdi1-2 libftdi1-dev
- run: ./bootstrap
- run: ./configure --enable-remote-bitbang --enable-jtag_vpi --disable-target64 --enable-jlink --enable-ftdi --disable-werror
- run: ./configure --enable-remote-bitbang --enable-jtag_vpi --disable-target64 --disable-werror
- run: make -j`nproc`
- run: file src/openocd | grep 32-bit
- run: src/openocd --version
Expand Down

0 comments on commit bd3283f

Please sign in to comment.