This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Commit e7f523c committed Oct 14, 2024 · 37 / 38
1 parent 66acdbd commit e7f523c Copy full SHA for e7f523c
File tree 2 files changed +5
-4
lines changed
2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,8 @@ sudo DEBIAN_FRONTEND=noninteractive apt-get install -y \
41
41
libtasn1-6-dev \
42
42
socat \
43
43
libseccomp-dev \
44
- libjson-glib-dev
44
+ libjson-glib-dev \
45
+ libltdl-dev
45
46
46
47
#
47
48
# Install tpm2-tss
Original file line number Diff line number Diff line change 38
38
run : ./.ci/run.sh
39
39
40
40
coverage :
41
- runs-on : ubuntu-20.04
41
+ runs-on : ubuntu-latest
42
42
43
43
steps :
44
44
- name : Checkout Repository
85
85
86
86
- name : Install Dependencies
87
87
run : |
88
- python3 -m pip install --user --upgrade pip
89
- python3 -m pip install --user --upgrade black==19.10b0
88
+ python3 -m pip install --user --break-system-packages -- upgrade pip
89
+ python3 -m pip install --user --break-system-packages -- upgrade click<8.1.0 black==19.10b0
90
90
91
91
- name : Check
92
92
env :
You can’t perform that action at this time.
0 commit comments