diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index fa78115..4b417d0 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -25,7 +25,7 @@ jobs: prepare_example_json: runs-on: ubuntu-latest - steps: + steps: - uses: actions/checkout@v2 - name: generate examples @@ -60,7 +60,7 @@ jobs: env: IDE_VERSION: ${{ matrix.IDE_VERSION }} - steps: + steps: - uses: actions/checkout@v2 - name: Get Date @@ -121,6 +121,10 @@ jobs: steps: - uses: actions/checkout@v2 + - name: install libgtk-3-0 + run: | + sudo apt-get install libgtk-3-0 + - name: Get Date id: get-date run: | @@ -134,7 +138,7 @@ jobs: /home/runner/arduino_ide /home/runner/Arduino key: ${{ runner.os }}-${{ steps.get-date.outputs.date }}-${{ matrix.ideversion }} - + - name: install python serial if: matrix.cpu == 'esp32' run: | @@ -157,7 +161,7 @@ jobs: run: | mkdir -p $HOME/Arduino/libraries/ cp -r $GITHUB_WORKSPACE $HOME/Arduino/libraries/arduinoWebSockets - + - name: config IDE run: | export DISPLAY=:1.0