Skip to content

Commit dcc74b8

Browse files
committed
posix-deps-apt.sh: Drop lzma dependency
Address Hugo's review.
1 parent ec2ae38 commit dcc74b8

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

.github/actionlint.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
config-variables: null
22

3-
# At 2026-07-01, ubuntu-26.04 is not self hosted, but a "public preview" not
4-
# recognized by actionlint yet.
3+
# Pending release of actionlint > 1.7.12 for ubuntu-26.04* support:
4+
# https://github.com/rhysd/actionlint/pull/683
55
self-hosted-runner:
66
labels:
77
- ubuntu-26.04

.github/workflows/posix-deps-apt.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ apt-get -yq --no-install-recommends install \
1919
libsqlite3-dev \
2020
libssl-dev \
2121
libzstd-dev \
22-
lzma \
2322
strace \
2423
tk-dev \
2524
uuid-dev \

0 commit comments

Comments
 (0)