mirror of
https://github.com/lora-aprs/LoRa_APRS_iGate.git
synced 2025-12-06 07:42:00 +01:00
fix
This commit is contained in:
parent
296dba5160
commit
7f0a2eeaa4
2
.github/workflows/build_check.yml
vendored
2
.github/workflows/build_check.yml
vendored
|
|
@ -85,6 +85,8 @@ jobs:
|
|||
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
|
||||
uses: actions/checkout@v3
|
||||
- name: PlatformIO Test
|
||||
|
|
|
|||
Loading…
Reference in a new issue