mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-08 08:14:53 +08:00
Use sudo in format checker workflow
This commit is contained in:
parent
d12b15ca8d
commit
f3fe1e3390
4
.github/workflows/format-check.yml
vendored
4
.github/workflows/format-check.yml
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user