mirror of
https://github.com/lora-aprs/LoRa_APRS_iGate.git
synced 2026-03-06 13:33:51 +01:00
lets try this
This commit is contained in:
parent
7f0a2eeaa4
commit
9e54024598
3
.github/workflows/build_check.yml
vendored
3
.github/workflows/build_check.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue