Skip to content

Commit

Permalink
restore deleted line break
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-frbg authored Jan 18, 2025
1 parent 87083fd commit 100e74d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/mips64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ jobs:
- name: Compilation cache
uses: actions/cache@v3
with: path: ~/.ccache
with:
path: ~/.ccache
key: ccache-${{ runner.os }}-${{ matrix.target }}-${{ github.ref }}-${{ github.sha }}
restore-keys: |
ccache-${{ runner.os }}-${{ matrix.target }}-${{ github.ref }}
Expand Down

0 comments on commit 100e74d

Please sign in to comment.