From 80d556962d5f723f06533cd2c2abcbf4b46ed0e3 Mon Sep 17 00:00:00 2001 From: Daniel Bruce Date: Tue, 3 Oct 2023 17:38:07 -0400 Subject: [PATCH] Add execution permissions --- .github/workflows/ci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index c2916478c..27b51cdf4 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -73,6 +73,7 @@ jobs: - uses: actions/setup-go@v4 with: go-version: '>=1.20.2' + - run: chmod +x .kokoro/trampoline_cleanup.sh - run: npm install - run: go version - run: .kokoro/conformance.sh