Skip to content

cmake: fix link with lld and mold #155

cmake: fix link with lld and mold

cmake: fix link with lld and mold #155

Workflow file for this run

name: Linting
on:
pull_request:
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Check out repo
uses: actions/checkout@v3
with:
submodules: recursive
- name: Run clang-tidy
uses: ZedThree/[email protected]
id: review
with:
clang_tidy_version: 16
apt_packages: libunwind-dev, libglfw3-dev, libvulkan-dev, vulkan-validationlayers-dev, spirv-tools, glslang-tools, libspirv-cross-c-shared-dev
cmake_command: cmake . -DCMAKE_EXPORT_COMPILE_COMMANDS=on
split_workflow: true
- name: Upload review
uses: ZedThree/clang-tidy-review/[email protected]
id: upload-review