From b1a647f1d4b02ca4fbbcaef26008f8ea85367b01 Mon Sep 17 00:00:00 2001 From: nathan-bo <103655431+nathan-bo@users.noreply.github.com> Date: Wed, 13 Jul 2022 10:17:33 +0300 Subject: [PATCH] Update sanity_check.yml --- .github/workflows/sanity_check.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/sanity_check.yml b/.github/workflows/sanity_check.yml index e2cbed2090..7fdb032a9a 100644 --- a/.github/workflows/sanity_check.yml +++ b/.github/workflows/sanity_check.yml @@ -9,7 +9,7 @@ jobs: steps: - name: pre - run: apt update && apt install -y sudo git make + run: apt update && apt install -y sudo git make clang build-essential clang-format - name: Checkout feature branch uses: actions/checkout@v2 @@ -20,13 +20,11 @@ jobs: run: | git remote add upstream https://github.com/speedb-io/speedb.git && git fetch upstream git config --global --add safe.directory $GITHUB_WORKSPACE - - name: Where am I run: | echo git status && git status echo "git remote -v" && git remote -v echo git branch && git branch - - name: Setup Python uses: actions/setup-python@v4 with: