mirror of
https://github.com/tihmstar/futurerestore.git
synced 2025-04-20 14:31:41 +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
|
||||
uses: KyleMayes/install-llvm-action@v1
|
||||
with:
|
||||
version: "11.0"
|
||||
version: "12.0.0"
|
||||
force-version: true
|
||||
ubuntu-version: "20.04"
|
||||
directory: /home/runner/work/futurerestore/futurerestore/.github/llvm
|
||||
- name: Symlink LLVM
|
||||
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
|
||||
- name: Ubuntu Build
|
||||
id: ubuntu
|
||||
|
@ -54,4 +56,4 @@ jobs:
|
|||
with:
|
||||
name: futurerestore-Ubuntu
|
||||
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