diff --git a/.github/workflows/build_check.yml b/.github/workflows/build_check.yml index 68af503..03c48dd 100644 --- a/.github/workflows/build_check.yml +++ b/.github/workflows/build_check.yml @@ -80,11 +80,10 @@ jobs: remote_testing: name: Remote Testing - runs-on: ubuntu-latest + runs-on: ubuntu-20.04 env: PLATFORMIO_AUTH_TOKEN: ${{ secrets.PLATFORMIO_AUTH_TOKEN }} steps: - - run: sudo rm -rf /usr/local/lib/python*/dist-packages/OpenSSL - name: Try and fix cryptography run: sudo apt install -y libffi-dev python3-dev libssl-dev - name: Checkout code