Skip to content

Commit a74b810

Browse files
authored
Use apt rather than apt-get
Prefer the more modern tool over the deprecated one. This should avoid any surprises in future when it's finally removed.
1 parent cff7888 commit a74b810

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
uses: actions/checkout@v2
1313
- name: Install dependencies
1414
run: |
15-
sudo DEBIAN_FRONTEND=noninteractive apt-get install -y build-essential meson appstream clang clang-format clang-tools libdbus-1-dev libinih-dev libsystemd-dev systemd-dev
15+
sudo DEBIAN_FRONTEND=noninteractive apt install -y build-essential meson appstream clang clang-format clang-tools libdbus-1-dev libinih-dev libsystemd-dev systemd-dev
1616
- name: Check format
1717
env:
1818
CI: "true"

0 commit comments

Comments
 (0)