Skip to content

Commit

Permalink
ci: Fix Linux build (#8208)
Browse files Browse the repository at this point in the history
  • Loading branch information
Smjert committed Dec 1, 2023
1 parent 1028f32 commit 3e92fb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/hosted_runners.yml
Expand Up @@ -259,7 +259,7 @@ jobs:
run: |
run_on_host="nsenter -t 1 -m -u -n -i"
packages_to_remove=$($run_on_host dpkg-query -f '${Package}\n' -W | grep "^clang-.*\|^llvm-.*\|^php.*\|^mono-.*\|^mongodb-.*\
\|^libmono-.*\|^temurin-.*\|^dotnet-.*\|^google-chrome-stable\|^microsoft-edge-stable\|^google-cloud-sdk\|^firefox\|^hhvm\|^snapd")
\|^libmono-.*\|^temurin-8-jdk\|^temurin-11-jdk\|^temurin-17-jdk\|^dotnet-.*\|^google-chrome-stable\|^microsoft-edge-stable\|^google-cloud-sdk\|^firefox\|^hhvm\|^snapd")
$run_on_host apt purge $packages_to_remove
- name: Clone the osquery repository
Expand Down

0 comments on commit 3e92fb2

Please sign in to comment.