Skip to content

Commit

Permalink
Quieter download of stacker.
Browse files Browse the repository at this point in the history
  • Loading branch information
smoser committed Mar 1, 2023
1 parent 695388c commit 3d3c39f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ jobs:
uses: actions/checkout@v3
- name: install stacker
run: |
wget -O ~/bin/stacker https://github.com/project-stacker/stacker/releases/download/v1.0.0-rc2/stacker
wget -O ~/bin/stacker --progress=dot:mega \
https://github.com/project-stacker/stacker/releases/download/v1.0.0-rc2/stacker
chmod 755 ~/bin/stacker
- name: make
run: |
Expand Down

0 comments on commit 3d3c39f

Please sign in to comment.