Skip to content

Install dependent packages #2

Install dependent packages

Install dependent packages #2

Workflow file for this run

name: Staticmajor
on: [push,workflow_dispatch,pull_request]
jobs:
run_staticmajor:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v3
- name: Get dependencies
run: >-
sudo apt-get update &&
sudo apt-get install
gcc
libegl1-mesa-dev
libgl1-mesa-dev
libgles2-mesa-dev
libx11-dev
xorg-dev
xvfb
- name: Staticmajor action
id: staticmajor
uses: orijtech/staticmajor-action@main
with:
packages: ./...
resleak: true
httperroryzer: false
structslop: false