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 db68673 commit a28c544
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/create-aliases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@ 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 /usr/bin/yq &&\
chmod +x /usr/bin/yq
wget https://github.com/mikefarah/yq/releases/latest/download/yq_linux_amd64 -O yq
chmod +x yq
sudo mv yq /usr/bin/yq
- name: Parse Formula
run: .ci-scripts/parse-formulas.sh
- name: Generate Alias
Expand Down

0 comments on commit a28c544

Please sign in to comment.