From a9846881067f2234ce3beedcb91cc2650db16200 Mon Sep 17 00:00:00 2001 From: Christian Blichmann Date: Mon, 27 Jul 2026 01:59:54 -0700 Subject: [PATCH] GitHub Actions: Fix incorrect indentation in YAML file PiperOrigin-RevId: 954491951 Change-Id: Ic61aaf8e2a95d43d656138ef514e55c2cba06858 --- .github/workflows/cmake.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 46006b7d..51e3d58b 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -28,7 +28,7 @@ jobs: repository: google/binexport path: build/binexport - - name: Set up MSVC + - name: Set up MSVC if: runner.os == 'Windows' uses: ilammy/msvc-dev-cmd@v1 with: