Skip to content

Commit

Permalink
fix: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
aeimer committed Oct 23, 2023
1 parent 585df0b commit ebddb32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .ci-scripts/generate-aliases.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set -euo pipefail
#set -x

# Check if needed programms are installe
yq version >/dev/null || {
yq --version >/dev/null || {
echo "yq needs to be installed"
exit 1
}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/create-aliases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Install packages
run: |
# https://github.com/marketplace/actions/yq-portable-yaml-processor
wget https://github.com/mikefarah/yq/releases/latest/download/yq_linux_amd64 -O yq
wget -q -O yq https://github.com/mikefarah/yq/releases/latest/download/yq_linux_amd64
chmod +x yq
sudo mv yq /usr/bin/yq
- name: Parse Formula
Expand Down

0 comments on commit ebddb32

Please sign in to comment.