Skip to content

Commit

Permalink
Update sanity_check.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nathan-bo authored Jul 13, 2022
1 parent 7f424b7 commit b1a647f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/sanity_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:
Expand Down

0 comments on commit b1a647f

Please sign in to comment.