aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/linux-build.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/linux-build.yml')
-rw-r--r--.github/workflows/linux-build.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/linux-build.yml b/.github/workflows/linux-build.yml
index 12d07e9..33eb470 100644
--- a/.github/workflows/linux-build.yml
+++ b/.github/workflows/linux-build.yml
@@ -14,7 +14,7 @@ jobs:
uses: actions/checkout@v2
- run: sudo apt-get install clang gcc-multilib
- run: ./bootstrap
- - run: ./configure --enable-remote-bitbang --enable-jtag_vpi --disable-target64
+ - run: ./configure --enable-remote-bitbang --enable-jtag_vpi --disable-target64 --enable-ftdi-oscan1
- run: make
- run: file src/openocd | grep 32-bit
@@ -29,6 +29,6 @@ jobs:
- name: Checkout Code
uses: actions/checkout@v2
- run: ./bootstrap
- - run: ./configure --enable-remote-bitbang --enable-jtag_vpi
+ - run: ./configure --enable-remote-bitbang --enable-jtag_vpi --enable-ftdi-oscan1
- run: make
- run: file src/openocd | grep 64-bit