Skip to content

Commit

Permalink
remove double usage
Browse files Browse the repository at this point in the history
  • Loading branch information
JFriel committed Dec 5, 2023
1 parent 5a20b83 commit 1dcfffd
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,11 +100,6 @@ jobs:
runs-on: windows-latest
needs: ['tests-setup']
steps:
- uses: actions/cache/restore@v3
id: restore-build
with:
path: ${{ github.workspace }}/
key: ${{ github.sha }}-your-cache-key
- uses: actions/cache/restore@v3
id: restore-build
with:
Expand Down

0 comments on commit 1dcfffd

Please sign in to comment.