diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b02fa62d..f1d220c0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,11 +21,6 @@ jobs: - name: Checkout repository uses: actions/checkout@v4 - - name: Update and install Git - run: | - sudo apt-get update - sudo apt-get install -y git - - name: Build RaspAP Image id: build uses: usimd/pi-gen-action@v1