Skip to content

Commit

Permalink
Workflows: remove dependency with yasm
Browse files Browse the repository at this point in the history
Update workflows to remove the dependency with the yasm assembler
which was replaced by nasm in QATlib 22.07.2.

Signed-off-by: Giovanni Cabiddu <giovanni.cabiddu@intel.com>
  • Loading branch information
gcabiddu authored and fionatrahe committed Nov 15, 2022
1 parent 1fb3069 commit c271bd0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:

# Install dependencies and build
- name: Install dependencies
run: sudo apt install -y automake libtool pkg-config libssl-dev libz-dev yasm nasm
run: sudo apt install -y automake libtool pkg-config libssl-dev libz-dev nasm

- name: autogen
run: ACLOCAL_PATH=/usr/share/aclocal ./autogen.sh
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linux_build_gcc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- run: sudo apt install -y automake libtool pkg-config libssl-dev libz-dev yasm nasm
- run: sudo apt install -y automake libtool pkg-config libssl-dev libz-dev nasm

- name: Checkout repository using checkout action v3.1.0
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
Expand Down

0 comments on commit c271bd0

Please sign in to comment.