Skip to content

Commit

Permalink
Add zlib to workflow requirements 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Legendaxe authored Jan 14, 2025
1 parent 5d1c090 commit ce5cee4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/run_integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@ jobs:
options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3
steps:
- uses: actions/checkout@v4
- name: Install required packages
run: |
sudo apt-get update
sudo apt-get install -y zlib1g
- uses: actions/checkout@v4
- name: Restore BYOND cache
uses: actions/cache@v4
with:
Expand Down

0 comments on commit ce5cee4

Please sign in to comment.