Compare commits

..

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

View file

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