Skip to content

Commit

Permalink
remove apt install;
Browse files Browse the repository at this point in the history
  • Loading branch information
m-wrzr committed Jan 2, 2025
1 parent e0ca568 commit 6ff9eda
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/actions/setup_backend/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@ runs:
using: composite
steps:

- name: Install linux dependencies
run: apt-get install zlib1g-dev
shell: bash --login -eo pipefail {0}

- name: Set up Python ${{ inputs.python-version }}
uses: actions/setup-python@v5
with:
Expand Down

0 comments on commit 6ff9eda

Please sign in to comment.