Skip to content

fix: remove librt for android #142

fix: remove librt for android

fix: remove librt for android #142

Workflow file for this run

name: linting
on: [push, pull_request]
jobs:
staticcheck:
strategy:
matrix:
arch: [x86_64]
os: [linux]
frida_version: ["16.0.13"]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
- uses: ./.github/actions/install-frida-devkit
with:
arch: ${{ matrix.arch }}
os: ${{ matrix.os }}
version: ${{ matrix.frida_version }}
- run: go install honnef.co/go/tools/cmd/[email protected]
- run: ~/go/bin/staticcheck -checks all ./frida