aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authormrv96 <mrv96@users.noreply.github.com>2022-09-30 11:27:22 +0200
committerTim Newsome <tim@sifive.com>2022-10-05 10:16:53 -0700
commitf61098c2258c2ca81fd7c0ed943c36f6a82c5d49 (patch)
tree6485e51aba656897ce3c2659a7f9bfdff7f7650a /.github
parentb70ccf297fcaa6aae6e12460f8cbf4a477b34197 (diff)
downloadriscv-openocd-f61098c2258c2ca81fd7c0ed943c36f6a82c5d49.zip
riscv-openocd-f61098c2258c2ca81fd7c0ed943c36f6a82c5d49.tar.gz
riscv-openocd-f61098c2258c2ca81fd7c0ed943c36f6a82c5d49.tar.bz2
Rename ftdi_oscan1 to ftdi_cjtag
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/linux-build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/linux-build.yml b/.github/workflows/linux-build.yml
index 9664ca6..f566d8c 100644
--- a/.github/workflows/linux-build.yml
+++ b/.github/workflows/linux-build.yml
@@ -37,7 +37,7 @@ jobs:
sudo apt-get update
sudo apt-get install libusb-1.0-0 libusb-1.0-0-dev
- run: ./bootstrap
- - run: ./configure --enable-remote-bitbang --enable-jtag_vpi --enable-ftdi-oscan1
+ - run: ./configure --enable-remote-bitbang --enable-jtag_vpi --enable-ftdi-cjtag
- run: make -j`nproc`
- run: file src/openocd | grep 64-bit
- run: src/openocd --version