Skip to content

Commit c271bd0

Browse files
gcabiddufionatrahe
authored andcommitted
Workflows: remove dependency with yasm
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 <[email protected]>
1 parent 1fb3069 commit c271bd0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737

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

4242
- name: autogen
4343
run: ACLOCAL_PATH=/usr/share/aclocal ./autogen.sh

.github/workflows/linux_build_gcc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616

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

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

0 commit comments

Comments
 (0)