diff --git a/.github/workflows/ci-scripts-build.yml b/.github/workflows/ci-scripts-build.yml index e444c27e0..8f0b05cca 100644 --- a/.github/workflows/ci-scripts-build.yml +++ b/.github/workflows/ci-scripts-build.yml @@ -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: @@ -110,8 +110,10 @@ 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: | + ~/.cache + /opt/rtems # Include the RTEMS installation path + 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"