From 2be58fd373448c7c7b30641b47345e53678146b1 Mon Sep 17 00:00:00 2001 From: Andrea Cavalli Date: Fri, 22 Oct 2021 11:06:00 +0200 Subject: [PATCH] Code cleanup --- .github/workflows/tdapi_file.yaml | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/.github/workflows/tdapi_file.yaml b/.github/workflows/tdapi_file.yaml index 884f8b6..1ccdc8c 100644 --- a/.github/workflows/tdapi_file.yaml +++ b/.github/workflows/tdapi_file.yaml @@ -27,22 +27,6 @@ jobs: - uses: actions/checkout@v2 with: submodules: "recursive" -# Caching causes strange behaviours. Disabled. -# - name: Setup ccache variables -# shell: bash -# run: | -# ARCH=${{ matrix.arch }} -# SAFE_ARCH=$(echo $ARCH | sed 's/\//\-/g') -# echo "CCACHE_SAFE_ARCH=$SAFE_ARCH" >> $GITHUB_ENV -# - name: Cache ccache -# if: runner.os == 'Linux' -# id: cache-ccache -# uses: actions/cache@v2 -# with: -# path: ~/.ccache -# key: ${{ runner.os }}-${{ env.CCACHE_SAFE_ARCH }}-ccache-all -# restore-keys: | -# ${{ runner.os }}-${{ env.CCACHE_SAFE_ARCH }}-ccache- - name: Setup Java (Snapshot) if: github.ref != 'refs/heads/master' uses: actions/setup-java@v1