mirror of
https://github.com/irssi/irssi.git
synced 2026-08-08 19:30:15 +02:00
pin setuptools and meson ver for make dist in workflow
This commit is contained in:
parent
a775f50572
commit
a7bb40f530
1 changed files with 4 additions and 0 deletions
4
.github/workflows/check.yml
vendored
4
.github/workflows/check.yml
vendored
|
|
@ -12,10 +12,14 @@ env:
|
|||
jobs:
|
||||
dist:
|
||||
runs-on: ubuntu-latest
|
||||
env:
|
||||
meson_ver: <0.63.0
|
||||
setuptools_ver: <66
|
||||
steps:
|
||||
- name: prepare required software
|
||||
run: |
|
||||
sudo apt update && sudo apt install $apt_build_deps
|
||||
eval "$get_pip_build_deps_meson"
|
||||
- uses: actions/checkout@main
|
||||
- name: make dist
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue