mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2025-12-20 17:26:01 +08:00
Fix up Clang dir name.
This commit is contained in:
parent
9fdb628711
commit
4769f21f81
2
.github/workflows/format-check.yml
vendored
2
.github/workflows/format-check.yml
vendored
@ -27,7 +27,7 @@ jobs:
|
||||
run: |
|
||||
curl -L https://github.com/llvm/llvm-project/releases/download/llvmorg-13.0.1/clang+llvm-13.0.1-x86_64-linux-gnu-ubuntu-18.04.tar.xz --output clang.tar.xz
|
||||
tar -xf clang.tar.xz
|
||||
mv clang+llvm-13.0.1-x86_64-linux-gnu-ubuntu- clang
|
||||
mv clang+llvm-13.0.1-x86_64-linux-gnu-ubuntu-18.04 clang
|
||||
|
||||
- name: Install dotnet
|
||||
uses: actions/setup-dotnet@v1
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user