From 391abde700c1d9fa17b6d6d8866700d7e295da03 Mon Sep 17 00:00:00 2001 From: Nicholas Paun Date: Wed, 21 Aug 2024 12:04:39 -0700 Subject: [PATCH] I am going to launch Github Actions into the sun --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 99774f85b8a..4e0d75cd458 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -40,4 +40,4 @@ jobs: python3 ./tools/cross/format.py --check env: CLANG_FORMAT: clang-format-18 - BUILDIFIER: /github/home/go/bin/buildifier + BUILDIFIER: ${{ env.HOME }}/go/bin/buildifier