]> git.ipfire.org Git - thirdparty/krb5.git/commitdiff
Install yasm in CI to exercise AES-NI code
authorGreg Hudson <ghudson@mit.edu>
Mon, 12 Feb 2024 16:38:22 +0000 (11:38 -0500)
committerGreg Hudson <ghudson@mit.edu>
Tue, 13 Feb 2024 22:32:03 +0000 (17:32 -0500)
.github/workflows/build.yml

index e62f3fe34b2bef092db74f32f5c25e72c5328374..5ed42a4c378def9b5d133c06541ac0b5fc3ad143 100644 (file)
@@ -33,7 +33,7 @@ jobs:
               if: startsWith(matrix.os, 'ubuntu')
               run: |
                 sudo apt-get update -qq
-                sudo apt-get install -y bison gettext keyutils ldap-utils libcmocka-dev libldap2-dev libkeyutils-dev libsasl2-dev libssl-dev python3-kdcproxy python3-pip slapd tcsh
+                sudo apt-get install -y bison gettext keyutils ldap-utils libcmocka-dev libldap2-dev libkeyutils-dev libsasl2-dev libssl-dev python3-kdcproxy python3-pip slapd tcsh yasm
                 pip3 install pyrad
             - name: Build
               env: