Skip to content

Commit

Permalink
Fix script
Browse files Browse the repository at this point in the history
  • Loading branch information
willnode committed Jun 16, 2024
1 parent 808d16b commit 06fbb74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Set up Repo
run: wget -qO- https://github.com/nginx/unit/raw/master/tools/setup-unit | bash -- repo-config
run: curl -sSL https://github.com/nginx/unit/raw/master/tools/setup-unit | bash -s -- repo-config
- name: Set up Go
run: apt install unit-dev unit-go -y
- name: Check out code
Expand Down

0 comments on commit 06fbb74

Please sign in to comment.