install dependencies
This commit is contained in:
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@@ -14,8 +14,14 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Install build dependencies
|
||||
run: sudo apt update && sudo apt install clang-19 llvm-19 lld-19
|
||||
|
||||
- name: Build
|
||||
run: ./build.sh
|
||||
env:
|
||||
CLANG: clang-19
|
||||
STRIP: llvm-strip-19
|
||||
|
||||
- uses: actions/upload-artifact@v4
|
||||
with:
|
||||
|
||||
6
.github/workflows/publish.yml
vendored
6
.github/workflows/publish.yml
vendored
@@ -14,8 +14,14 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Install build dependencies
|
||||
run: sudo apt update && sudo apt install clang-19 llvm-19 lld-19
|
||||
|
||||
- name: Build
|
||||
run: ./build.sh
|
||||
env:
|
||||
CLANG: clang-19
|
||||
STRIP: llvm-strip-19
|
||||
|
||||
- name: Add Artifacts to Github Release
|
||||
uses: alexellis/upload-assets@0.4.1
|
||||
|
||||
Reference in New Issue
Block a user