Skip to content

Commit

Permalink
ci: update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
NSEcho authored Jun 9, 2024
1 parent 2136098 commit d10f73e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/actions/install-frida-devkit/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ runs:
- run: |
mkdir /tmp/frida-core-devkit && cd /tmp/frida-core-devkit
wget https://github.com/frida/frida/releases/download/${{ inputs.version }}/frida-core-devkit-${{ inputs.version }}-${{ inputs.os }}-${{ inputs.arch }}.tar.xz -O - | tar --extract --xz
sudo mkdir -p /usr/local/include
sudo mkdir -p /usr/local/lib
sudo cp frida-core.h /usr/local/include/frida-core.h
sudo cp libfrida-core.a /usr/local/lib/libfrida-core.a
shell: bash

0 comments on commit d10f73e

Please sign in to comment.