Skip to content

Commit

Permalink
Attempt bind mount to address cache write issues
Browse files Browse the repository at this point in the history
Restoring the cache currently fails with permission issues.
This is an attempt to address that.
  • Loading branch information
rvermeulen committed Jan 29, 2024
1 parent 1dda311 commit 1363d34
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@ jobs:
- name: Checkout
uses: actions/checkout@v4


- name: Bind mount Nix store
run: |
mkdir "$RUNNER_TEMP/nix"
sudo mount --bind "$RUNNER_TEMP/nix" /nix
- name: Cache Nix Store
uses: actions/cache@v4
id: cache
Expand Down

0 comments on commit 1363d34

Please sign in to comment.