mirror of
https://github.com/RGBCube/serenity
synced 2025-07-30 08:47:36 +00:00
Meta: Make check-symbols.sh use the correct build directory
Since the build now happens in Build/$SERENITY_ARCH/ and not in Build/, this updates check-symbols.sh to use the correct directory to check the LibC symbols in. For some reason, the constant failures did not show up as errors in CI.
This commit is contained in:
parent
c6a0365c58
commit
7851151cfb
2 changed files with 6 additions and 3 deletions
2
.github/workflows/cmake.yml
vendored
2
.github/workflows/cmake.yml
vendored
|
@ -180,6 +180,8 @@ jobs:
|
|||
run: ccache -s
|
||||
- name: Lint (Phase 2/2)
|
||||
working-directory: ${{ github.workspace }}/Meta
|
||||
env:
|
||||
SERENITY_ARCH: ${{ matrix.arch }}
|
||||
run: ./check-symbols.sh
|
||||
|
||||
- name: Create Serenity Rootfs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue