Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
scott-brust committed May 17, 2024
1 parent 31a38e5 commit 49e9b4f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install libudev-dev
sudo apt-get install libtool
sudo apt-get install autoconf
- name: build-openocd
run: |
./build-openocd.sh
Expand Down
3 changes: 2 additions & 1 deletion build-openocd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@ git clone $CAPSTONE_GIT_URL capstone && cd capstone
git checkout $CAPSTONE_GIT_TAG
git submodule update --init --recursive
#make install DESTDIR=$target_dir PREFIX=$target_dir $CAPSTONE_CONFIG
make install $CAPSTONE_CONFIG
#$CAPSTONE_CONFIG # TODO: Make sure openocd builds with capstone
./make.sh

#exit

Expand Down

0 comments on commit 49e9b4f

Please sign in to comment.