Skip to content

Commit

Permalink
CI fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
benubois committed Feb 1, 2022
1 parent 641d0c3 commit 95c961d
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 @@ -46,7 +46,6 @@ jobs:
wget --quiet --output-document - https://packages.elastic.co/GPG-KEY-elasticsearch | sudo apt-key add -
echo "deb http://packages.elastic.co/elasticsearch/2.x/debian stable main" | sudo tee /etc/apt/sources.list.d/elasticsearch-2.x.list
sudo sed -e '/UseParNewGC/ s/^#*/#/g' -i /usr/share/elasticsearch/bin/elasticsearch.in.sh
curl -fsSL https://deb.nodesource.com/setup_lts.x | sudo -E bash -
Expand All @@ -66,6 +65,7 @@ jobs:
nodejs \
zlib1g-dev
sudo sed -e '/UseParNewGC/ s/^#*/#/g' -i /usr/share/elasticsearch/bin/elasticsearch.in.sh
sudo systemctl start elasticsearch
major_version=$(google-chrome --version | awk '{print $NF}' | awk --field-separator "." '{ print $1 }')
Expand Down

0 comments on commit 95c961d

Please sign in to comment.