Skip to content

Commit

Permalink
Use absolute path in one more place
Browse files Browse the repository at this point in the history
  • Loading branch information
Zentrik committed Sep 2, 2024
1 parent 253bdd8 commit c0e6bbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
id: cache
uses: actions/cache@v4
with:
path: binarybuilder_storage
path: ${{ github.workspace }}/binarybuilder_storage
key: ${{ matrix.target }}
- name: Build LLVM assert on ${{ matrix.target }}
id: build
Expand Down

0 comments on commit c0e6bbc

Please sign in to comment.