Skip to content

Commit

Permalink
Add zlib to workflow requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
Legendaxe authored Jan 14, 2025
1 parent 5a3fe78 commit 5d1c090
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci_suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,12 @@ jobs:
timeout-minutes: 5

steps:
- uses: actions/checkout@v4
- name: Install required packages
run: |
sudo apt-get update
sudo apt-get install -y zlib1g
# Your existing steps
- uses: actions/checkout@v4
- name: Restore SpacemanDMM cache
uses: actions/cache@v4
Expand Down

0 comments on commit 5d1c090

Please sign in to comment.