Skip to content

Commit 01ef8b6

Browse files
committed
Literally SHUT UP
1 parent 4fefd3d commit 01ef8b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ninja-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
uses: actions/checkout@v2
1717
- name: Install XCB packages
1818
run: |
19-
apt-get update
19+
apt-get update || true
2020
apt-get install -y --no-install-recommends libxkbcommon-x11-dev libxcb-cursor-dev libxcb-icccm4-dev libxcb-keysyms1-dev libfontconfig-dev
2121
- name: Prepare build dirs
2222
run: |

0 commit comments

Comments
 (0)