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 9537f6a
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 @@ -18,6 +18,12 @@ jobs:
name: Analyze QL files
runs-on: ubuntu-latest
steps:

- name: Nix install prerequisites
run: |
mkdir "$RUNNER_TEMP/nix"
sudo mkdir /nix
sudo mount --bind "$RUNNER_TEMP/nix" /nix
- name: Install Nix
uses: cachix/install-nix-action@6004951b182f8860210c8d6f0d808ec5b1a33d28
Expand Down

0 comments on commit 9537f6a

Please sign in to comment.