pull/271/head
Peter Buchegger 2023-02-19 10:48:06 +01:00
rodzic 7f0a2eeaa4
commit 9e54024598
1 zmienionych plików z 1 dodań i 2 usunięć

Wyświetl plik

@ -80,11 +80,10 @@ jobs:
remote_testing: remote_testing:
name: Remote Testing name: Remote Testing
runs-on: ubuntu-latest runs-on: ubuntu-20.04
env: env:
PLATFORMIO_AUTH_TOKEN: ${{ secrets.PLATFORMIO_AUTH_TOKEN }} PLATFORMIO_AUTH_TOKEN: ${{ secrets.PLATFORMIO_AUTH_TOKEN }}
steps: steps:
- run: sudo rm -rf /usr/local/lib/python*/dist-packages/OpenSSL
- name: Try and fix cryptography - name: Try and fix cryptography
run: sudo apt install -y libffi-dev python3-dev libssl-dev run: sudo apt install -y libffi-dev python3-dev libssl-dev
- name: Checkout code - name: Checkout code