Skip to content

Commit

Permalink
build(ci): fix grep command
Browse files Browse the repository at this point in the history
  • Loading branch information
malept committed Sep 15, 2020
1 parent efd823a commit 38b3dca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
sudo add-apt-repository -y ppa:alexlarsson/flatpak
sudo rm /etc/apt/sources.list.d/bazel.list
sudo rm /etc/apt/sources.list.d/mongo*.list
grep opensuse /etc/apt/sources.list.d/* | xargs sudo rm
grep -l opensuse /etc/apt/sources.list.d/* | xargs sudo rm
sudo apt-get update
sudo apt-get install -y --no-install-recommends snapcraft flatpak-builder elfutils
ci/install_runtimes.sh
Expand Down

0 comments on commit 38b3dca

Please sign in to comment.