From 86b225a20c795a84ec592aafae73b9c25d3f977f 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..057911ef57a 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -26,6 +26,7 @@ jobs: sudo apt-get install -y --no-install-recommends clang-format-18 # buildifier won't install properly if specifying a particular version go install github.com/bazelbuild/buildtools/buildifier@latest + echo "BUILDIFIER=$HOME/go/bin/buildifier" >> $GITHUB_ENV - name: Install pnpm uses: pnpm/action-setup@v4 # The pnpm version will be determined by the `packageManager` field in `.npmrc` @@ -40,4 +41,3 @@ jobs: python3 ./tools/cross/format.py --check env: CLANG_FORMAT: clang-format-18 - BUILDIFIER: /github/home/go/bin/buildifier