Skip to content

Commit 5396767

Browse files
author
Artem Son
committed
fix: ci
1 parent 7a14268 commit 5396767

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
uses: actions/checkout@v4
1616

1717
- name: Install dependencies
18-
uses: sudo apt-get update && sudo apt install libx11-dev libxrandr-dev libxinerama-dev libxcursor-dev libxi-dev
18+
run: sudo apt-get update && sudo apt install libx11-dev libxrandr-dev libxinerama-dev libxcursor-dev libxi-dev
1919

2020
- name: Install dependencies
2121
run: git submodule update --init --recursive --depth=1

0 commit comments

Comments
 (0)