Skip to content

Commit

Permalink
fix: RTEMS ci build with cache.
Browse files Browse the repository at this point in the history
  • Loading branch information
jerzyjamroz committed Oct 9, 2024
1 parent 1448de6 commit b615142
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-scripts-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ env:

jobs:
build-base:
name: ${{ matrix.base }} ${{ matrix.os }} ${{ matrix.cmp }} ${{ matrix.configuration }} ${{ matrix.cross }} ${{ matrix.extra }}
name: "${{ matrix.base }}_${{ matrix.os }}_${{ matrix.cmp }}_${{ matrix.configuration }}_${{ matrix.cross }}_${{ matrix.extra }}"
runs-on: ${{ matrix.os }}
# Set environment variables from matrix parameters
env:
Expand Down Expand Up @@ -110,8 +110,8 @@ jobs:
- name: Cache Dependencies
uses: actions/cache@v4
with:
path: ~/.cache
key: ${{ matrix.base }} ${{ matrix.os }} ${{ matrix.cmp }} ${{ matrix.configuration }} ${{ matrix.cross }} ${{ matrix.extra }}
path: "$HOME/.cache"
key: "${{ matrix.base }}_${{ matrix.os }}_${{ matrix.cmp }}_${{ matrix.configuration }}_${{ matrix.cross }}_${{ matrix.extra }}"
- name: Automatic core dump analysis
uses: mdavidsaver/ci-core-dumper@master
- name: "apt-get install"
Expand Down

0 comments on commit b615142

Please sign in to comment.