Compare commits

..

No commits in common. "ebb46f384cfeeaa17a5407b427fd42326444bc71" and "d75a507243f329068b76f957aec5653ee88c622b" have entirely different histories.

View file

@ -11,10 +11,9 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python-version }}
cache: 'pip'
- name: Install dependencies
run: |
sudo apt install -y libsystemd-dev