diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 989f088a9..73a03c1b5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -68,12 +68,6 @@ jobs: - name: Git checkout uses: actions/checkout@v4 - # tools/build-release.sh requires lowdown - - name: Prepare base environment - run: | - sudo apt-get install -y lowdown - ./configure - - name: Build environment setup run: | distribution=$(echo ${{ matrix.target }} | cut -d'-' -f3)