diff options
author | Sadie Powell <sadie@witchery.services> | 2022-12-23 14:10:33 +0000 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2022-12-23 14:10:33 +0000 |
commit | 5bc560a7438e5682949e344159f9b3679fbfe0e5 (patch) | |
tree | b03e82525981925178c210b91dd32f6151a7d024 | |
parent | b235da2e9c1a3ae94f325d79c58a5368dcc77edb (diff) |
Remove some unnecessary dependencies on the Linux CI.
-rw-r--r-- | .github/workflows/ci-linux.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.github/workflows/ci-linux.yml b/.github/workflows/ci-linux.yml index cb5b9924c..2a38dc4f3 100644 --- a/.github/workflows/ci-linux.yml +++ b/.github/workflows/ci-linux.yml @@ -17,8 +17,6 @@ jobs: clang \ g++ \ git \ - libc++-dev \ - libc++abi-dev \ libgnutls28-dev \ libldap2-dev \ libmysqlclient-dev \ |