Skip to content

Commit

Permalink
ci: add lsb_release setup
Browse files Browse the repository at this point in the history
  • Loading branch information
wu-vincent committed Nov 5, 2024
1 parent b08eff9 commit e59a555
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,11 @@ jobs:
with:
fetch-depth: 0

- name: Set up lsb_release
run: |
apt-get update
apt-get install -y lsb-release
- name: Set up Python
uses: actions/setup-python@v5
with:
Expand Down

0 comments on commit e59a555

Please sign in to comment.