Use sudo in format checker workflow

This commit is contained in:
Mario Zechner 2021-08-18 19:21:32 +02:00
parent d12b15ca8d
commit f3fe1e3390

View File

@ -10,8 +10,8 @@ jobs:
- name: Install OS dependencies (needed for act on ubuntu-latest)
run: |
apt update
apt install -y --force-yes curl xz-utils libicu-dev git
sudo apt update
sudo apt install -y --force-yes curl xz-utils libicu-dev git
- name: Cache Clang
id: cache-clang