diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 808dc90f..f05656cb 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -17,7 +17,7 @@ jobs: - name: Get all source files run: echo "SRC=$(find src -name "*.[ch]" -print0 -o -path src/flamingo -prune -type f | xargs -0 echo)" >> $GITHUB_ENV - name: Build (with LSP output) - run: intercept-build-15 sh bootstrap.sh + run: intercept-build-18 sh bootstrap.sh - name: Run clang-tidy run: clang-tidy $SRC - name: Make sure 'mkdir_wrapped' is used everywhere (except for once for 'fsutils.c')