Skip to content

chore: better script & ci #2

chore: better script & ci

chore: better script & ci #2

Workflow file for this run

name: YARA Installation and Testing
on: [push, pull_request]
jobs:
test_yara:
runs-on: ${{ matrix.os }}
name: Test YARA on ${{ matrix.os }} ${{ matrix.arch }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
arch: [x64, arm64]
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Run installation script
run: |
sudo bash ./scripts/install.sh
- name: Verify YARA installation
run: |
yara -v
yarac -v