Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit1363d34

Browse files
committed
Attempt bind mount to address cache write issues
Restoring the cache currently fails with permission issues.This is an attempt to address that.
1 parent1dda311 commit1363d34

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

‎.github/workflows/codeql.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,12 @@ jobs:
2525
-name:Checkout
2626
uses:actions/checkout@v4
2727

28+
29+
-name:Bind mount Nix store
30+
run:|
31+
mkdir "$RUNNER_TEMP/nix"
32+
sudo mount --bind "$RUNNER_TEMP/nix" /nix
33+
2834
-name:Cache Nix Store
2935
uses:actions/cache@v4
3036
id:cache

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp