Skip to content

Commit

Permalink
merge into 1st
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanberger committed Dec 15, 2024
1 parent 215bc25 commit ebaf451
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/test-swtpm/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ runs:
sudo apt-get -y install automake autoconf libtool libssl-dev sed make gawk \
sed bash dh-exec python3-pip libfuse-dev libglib2.0-dev libjson-glib-dev \
libgmp-dev expect libtasn1-dev socat findutils gnutls-dev gnutls-bin softhsm2 \
libseccomp-dev tss2
libseccomp-dev tss2 ${PACKAGES}
if [ ! -d libtpms ]; then
git clone https://github.com/stefanberger/libtpms;
fi
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,12 @@ jobs:
env:
PREFIX: "/usr"
CONFIG: "--with-openssl --prefix=/usr --enable-test-coverage"
SUDO: "sudo"
CHECK: "check"
SWTPM_TEST_IBMTSS2: "1"
SWTPM_TEST_STORE_VOLATILE: "1"
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
PACKAGES: libtpm2-pkcs11-tools
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit ebaf451

Please sign in to comment.