Skip to content

Commit

Permalink
Fix missing headers headers for GPU build on Alpine
Browse files Browse the repository at this point in the history
  • Loading branch information
aristocratos committed Sep 21, 2024
1 parent f6f73a3 commit 79e5359
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cmake-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- uses: actions/checkout@v4

- name: Install build tools
run: apk add --no-cache --update clang cmake lld ninja lowdown
run: apk add --no-cache --update clang cmake lld ninja lowdown linux-headers

- name: Configure
run: CXX=clang++ LDFLAGS=-fuse-ld=lld cmake -B build -G Ninja -DBTOP_STATIC=ON
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/continuous-build-gpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- uses: actions/checkout@v4

- name: Install build tools
run: apk add --no-cache --update gcc g++ make
run: apk add --no-cache --update gcc g++ make linux-headers

- name: Compile
run: make CXX=g++ GPU_SUPPORT=true
Expand Down

0 comments on commit 79e5359

Please sign in to comment.