Skip to content

Bump github/codeql-action from 4.31.11 to 4.32.2 in the github-actions group #204

Bump github/codeql-action from 4.31.11 to 4.32.2 in the github-actions group

Bump github/codeql-action from 4.31.11 to 4.32.2 in the github-actions group #204

name: Linux Build gcc
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- run: sudo apt install -y automake libtool pkg-config libssl-dev libz-dev nasm libnuma-dev autoconf-archive
- name: Checkout repository
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
with:
repository: intel/qatlib
check-latest: true
- name: autogen
run: ACLOCAL_PATH=/usr/share/aclocal ./autogen.sh
- name: configure
run: ./configure
- name: make
run: make -j