Skip to content

Commit

Permalink
cicd: Try fix test that fails on MacOS 11/nix 2.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rickynils committed Mar 17, 2024
1 parent b657bdb commit de77414
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,9 @@ jobs:
run: nix-build -v --version
- name: Add to store
run: |
file="$(mktemp)"
file="$RANDOM"
echo "$RANDOM" > "$file"
path="$(nix-store --add "$file")"
path="$(nix-store --add "./$file")"
mkdir -p ~/.cache/nix
ln -s "$path" ~/.cache/nix/test-path
Expand Down

0 comments on commit de77414

Please sign in to comment.