mirror of
https://github.com/arduino/arduino-ide.git
synced 2025-04-19 12:57:17 +00:00
fix: add missing linux dependencies (#2675)
This commit is contained in:
parent
4b0982ccb3
commit
d293595b89
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@ -473,6 +473,12 @@ jobs:
|
||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
version: 3.x
|
||||
|
||||
- name: Install dependencies (Linux only)
|
||||
if: runner.os == 'Linux'
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y libx11-dev libxkbfile-dev libsecret-1-dev
|
||||
|
||||
- name: Install dependencies
|
||||
run: yarn
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user