We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ca001f commit b9ba885Copy full SHA for b9ba885
1 file changed
.github/workflows/ci.yml
@@ -30,11 +30,11 @@ jobs:
30
31
check-commits:
32
if: ${{ github.event.pull_request.commits }}
33
- runs-on: ubuntu-latest
+ runs-on: ubuntu-24.04
34
env:
35
LYPY_COMMIT_RANGE: "HEAD~${{ github.event.pull_request.commits }}.."
36
steps:
37
- - run: sudo apt-get install git make
+ - run: sudo apt-get install git make jq curl
38
- uses: actions/checkout@v4
39
with:
40
fetch-depth: 0
0 commit comments