Skip to content

Commit

Permalink
Adding yq to install step
Browse files Browse the repository at this point in the history
  • Loading branch information
Maleware committed Jun 19, 2024
1 parent 0335da0 commit 3c7b9da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -363,6 +363,7 @@ jobs:
echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/helm.gpg] https://baltocdn.com/helm/stable/debian/ all main" | sudo tee /etc/apt/sources.list.d/helm-stable-debian.list
sudo apt-get -y update
sudo apt-get -y install helm
sudo apt-get -y install yq
fi
make -e build
Expand Down

0 comments on commit 3c7b9da

Please sign in to comment.