From 54fc47a0eb96eebe31ecd5d9910ca9c93fb4e731 Mon Sep 17 00:00:00 2001 From: Alex Bates Date: Wed, 19 Aug 2020 23:29:41 +0100 Subject: [PATCH] fix lint workflow --- .github/workflows/lint.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 7071a2a2de..57055f3d70 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -16,7 +16,7 @@ jobs: steps: - uses: actions/checkout@v2 - - run: ./install.sh + - run: sudo apt-get install -y astyle clang-tidy # lint files changed by the push/pr - id: files