Skip to content

Commit

Permalink
Update Unit to 1.32
Browse files Browse the repository at this point in the history
  • Loading branch information
lolgab authored Mar 5, 2024
1 parent 9797732 commit 60df576
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
echo "deb https://packages.nginx.org/unit/ubuntu/ jammy unit" | sudo tee -a /etc/apt/sources.list.d/unit.list
echo "deb-src https://packages.nginx.org/unit/ubuntu/ jammy unit" | sudo tee -a /etc/apt/sources.list.d/unit.list
sudo apt-get update
unit_version="1.31*"
unit_version="1.32*"
sudo apt-get install -y libuv1-dev libidn2-dev unit=$unit_version unit-dev=$unit_version
- uses: actions/setup-java@v3
with:
Expand Down

0 comments on commit 60df576

Please sign in to comment.