Skip to content

Commit

Permalink
ci: fixes for latest ubuntu-latest image
Browse files Browse the repository at this point in the history
Signed-off-by: Erik Larsson <who+github@cnackers.org>
  • Loading branch information
whooo committed Oct 14, 2024
1 parent 66acdbd commit 127dd8c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .ci/install-deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ sudo DEBIAN_FRONTEND=noninteractive apt-get install -y \
libtasn1-6-dev \
socat \
libseccomp-dev \
libjson-glib-dev
libjson-glib-dev \
libltdl-dev

#
# Install tpm2-tss
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
run: ./.ci/run.sh

coverage:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest

steps:
- name: Checkout Repository
Expand Down Expand Up @@ -85,8 +85,8 @@ jobs:

- name: Install Dependencies
run: |
python3 -m pip install --user --upgrade pip
python3 -m pip install --user --upgrade black==19.10b0
python3 -m pip install --user --break-system-packages --upgrade pip
python3 -m pip install --user --break-system-packages --upgrade 'click<8.1.0' black==19.10b0
- name: Check
env:
Expand Down

0 comments on commit 127dd8c

Please sign in to comment.