Skip to content

Commit a4680cb

Browse files
authored
Update to install required Linux dependencies
1 parent ca97c74 commit a4680cb

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,12 @@ jobs:
139139
- uses: actions/checkout@v2
140140

141141
- name: Install dependencies
142-
run: sudo apt install libxkbcommon-dev
142+
run: |
143+
sudo apt update \
144+
&& sudo apt upgrade \
145+
&& sudo apt install libxkbcommon-dev \
146+
&& sudo apt install libxcb-shape0-dev \
147+
&& sudo apt install libxcb-xfixes0-dev
143148
144149
- name: Install
145150
run: |

0 commit comments

Comments
 (0)