From 95e2b5fbb32cc6b8780bc77e8daa65d5f16e9f6e Mon Sep 17 00:00:00 2001 From: Lokesh Ramina Date: Sun, 24 Sep 2023 23:15:24 -0700 Subject: [PATCH] wip --- .github/workflows/carbonix_build.yml | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/.github/workflows/carbonix_build.yml b/.github/workflows/carbonix_build.yml index f32e5aa7ff..c0daf5bb75 100644 --- a/.github/workflows/carbonix_build.yml +++ b/.github/workflows/carbonix_build.yml @@ -168,28 +168,12 @@ jobs: matrix: toolchain: [ base, # GCC - clang, ] steps: # git checkout the PR - uses: actions/checkout@v3 with: submodules: 'recursive' - # Put ccache into github cache for faster build - - name: Prepare ccache timestamp - id: ccache_cache_timestamp - run: | - NOW=$(date -u +"%F-%T") - echo "timestamp=${NOW}" >> $GITHUB_OUTPUT - - name: ccache cache files - uses: actions/cache@v3 - with: - path: ~/.ccache - key: ${{github.workflow}}-ccache-${{ matrix.toolchain }}-${{steps.ccache_cache_timestamp.outputs.timestamp}} - restore-keys: ${{github.workflow}}-ccache-${{ matrix.toolchain }}- # restore ccache from either previous build on this branch or on master - - name: setup ccache - run: | - . .github/workflows/ccache.env - name: build plane ${{ matrix.toolchain }} shell: bash run: |