Skip to content

CI: Bump the github-actions group with 2 updates #152

CI: Bump the github-actions group with 2 updates

CI: Bump the github-actions group with 2 updates #152

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@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
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