mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-03-26 22:49:01 +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)
|
- name: Install OS dependencies (needed for act on ubuntu-latest)
|
||||||
run: |
|
run: |
|
||||||
apt update
|
sudo apt update
|
||||||
apt install -y --force-yes curl xz-utils libicu-dev git
|
sudo apt install -y --force-yes curl xz-utils libicu-dev git
|
||||||
|
|
||||||
- name: Cache Clang
|
- name: Cache Clang
|
||||||
id: cache-clang
|
id: cache-clang
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user