Skip to content

Commit

Permalink
Fix task name
Browse files Browse the repository at this point in the history
  • Loading branch information
Gazizonoki committed Jan 29, 2024
1 parent 3b4dfd6 commit ea6644d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr_check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
string(TIMESTAMP current_date "%Y-%m-%d-%H;%M;%S" UTC)
message("::set-output name=timestamp::${current_date}")
- name: Restore cache files
uses: actions/restore@v4
uses: actions/cache/restore@v4
with:
path: ../.ccache
key: ubuntu-22.04-ccache-${{steps.ccache_cache_timestamp.outputs.timestamp}}
Expand Down

0 comments on commit ea6644d

Please sign in to comment.