mirror of
https://github.com/tihmstar/futurerestore.git
synced 2025-09-18 06:07:04 +00:00
Use LLVM 12
This commit is contained in:
parent
f84f95642e
commit
775053ad2e
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
|
@ -37,11 +37,13 @@ jobs:
|
||||||
- name: Install LLVM
|
- name: Install LLVM
|
||||||
uses: KyleMayes/install-llvm-action@v1
|
uses: KyleMayes/install-llvm-action@v1
|
||||||
with:
|
with:
|
||||||
version: "11.0"
|
version: "12.0.0"
|
||||||
|
force-version: true
|
||||||
|
ubuntu-version: "20.04"
|
||||||
directory: /home/runner/work/futurerestore/futurerestore/.github/llvm
|
directory: /home/runner/work/futurerestore/futurerestore/.github/llvm
|
||||||
- name: Symlink LLVM
|
- name: Symlink LLVM
|
||||||
if: contains(matrix.os, 'ubuntu')
|
if: contains(matrix.os, 'ubuntu')
|
||||||
run: sudo ln -s libclang-11.so.1 /lib/x86_64-linux-gnu/libclang.so
|
run: sudo ln -s libclang-12.so.1 /lib/x86_64-linux-gnu/libclang.so
|
||||||
working-directory: ${{ env.LLVM_PATH }}/lib
|
working-directory: ${{ env.LLVM_PATH }}/lib
|
||||||
- name: Ubuntu Build
|
- name: Ubuntu Build
|
||||||
id: ubuntu
|
id: ubuntu
|
||||||
|
@ -54,4 +56,4 @@ jobs:
|
||||||
with:
|
with:
|
||||||
name: futurerestore-Ubuntu
|
name: futurerestore-Ubuntu
|
||||||
path: |
|
path: |
|
||||||
/home/runner/work/futurerestore/futurerestore/.github/workflows/futurerestore-*.tar.xz
|
/home/runner/work/futurerestore/futurerestore/.github/workflows/futurerestore-*.tar.xz
|
||||||
|
|
Loading…
Reference in a new issue