Skip to content

Commit

Permalink
Misc
Browse files Browse the repository at this point in the history
  • Loading branch information
hupe1980 committed Aug 20, 2021
1 parent 39e54d2 commit 004ff8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:
run: sudo apt-get install gcc gcc-multilib g++-multilib

- name: Install capstone
run: sudo ./scripts/install_capstone.sh && cd $GITHUB_WORKSPACE
run: sudo ./scripts/install_capstone.sh

- name: Install keystone
run: sudo ./scripts/install_keystone && cd $GITHUB_WORKSPACE
run: sudo ./scripts/install_keystone.sh

- name: Set up Go ${{ matrix.node-version }}
uses: actions/setup-go@v2
Expand Down

0 comments on commit 004ff8c

Please sign in to comment.