pin setuptools and meson ver for make dist in workflow

This commit is contained in:
Ailin Nemui 2024-12-16 20:11:24 +01:00
parent a775f50572
commit a7bb40f530

View File

@ -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: |