Revert "have git so that we can log git hash on bot startup"

This reverts commit ef5ade0f87.
This commit is contained in:
microwavedcola1 2024-05-28 15:55:22 +02:00
parent 8b415c41ee
commit 056c34852c
1 changed files with 0 additions and 5 deletions

View File

@ -27,11 +27,6 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Obtain Latest Git
run: |
apt-get update
apt-get install -y git
- name: Checkout
uses: actions/checkout@v2
with: