Skip to content

Commit

Permalink
ci: fix workflow again
Browse files Browse the repository at this point in the history
  • Loading branch information
Notexe committed Oct 18, 2024
1 parent 53ef9f9 commit 1fa3d74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ permissions:
jobs:
release:
name: Release
runs-on: ubuntu-latest
runs-on: ubuntu-22.04

steps:
- name: Checkout
Expand All @@ -36,7 +36,7 @@ jobs:
run: echo "{\"version\":${{ steps.newtag.outputs.numTag }}}" > version.json

- name: Install Dependencies
run: pip install -r scripts/requirements.txt --break-system-packages
run: pip install -r scripts/requirements.txt

- name: Package Hash Lists
run: python scripts/package.py ${{ steps.newtag.outputs.numTag }}
Expand Down

0 comments on commit 1fa3d74

Please sign in to comment.