Skip to content

Commit b9ba885

Browse files
committed
wip
Signed-off-by: Robin Jarry <[email protected]>
1 parent 6ca001f commit b9ba885

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ jobs:
3030

3131
check-commits:
3232
if: ${{ github.event.pull_request.commits }}
33-
runs-on: ubuntu-latest
33+
runs-on: ubuntu-24.04
3434
env:
3535
LYPY_COMMIT_RANGE: "HEAD~${{ github.event.pull_request.commits }}.."
3636
steps:
37-
- run: sudo apt-get install git make
37+
- run: sudo apt-get install git make jq curl
3838
- uses: actions/checkout@v4
3939
with:
4040
fetch-depth: 0

0 commit comments

Comments
 (0)