Skip to content

Commit

Permalink
Fix ccache restore-keys for CI linux-build-api.
Browse files Browse the repository at this point in the history
  • Loading branch information
PengZheng committed Sep 26, 2023
1 parent c0bcb5d commit de76411
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ jobs:
path: ${{ env.CCACHE_DIR }}
key: ${{ runner.os }}-apt-test-ccache-gcc-${{ matrix.type }}-${{ steps.ccache_cache_timestamp.outputs.timestamp }}
restore-keys: |
${{ runner.os }}-apt-test-ccache-gcc-Debug-
${{ runner.os }}-apt-test-ccache-gcc-${{ matrix.type }}-
- name: Build
env:
BUILD_OPTIONS: |
Expand Down

0 comments on commit de76411

Please sign in to comment.