mirror of
https://github.com/rikhuijzer/test-caching.git
synced 2024-11-28 23:03:18 +03:00
8.3
This commit is contained in:
parent
b5de41db66
commit
fade24e039
3
.github/workflows/cache.yml
vendored
3
.github/workflows/cache.yml
vendored
@ -20,7 +20,7 @@ jobs:
|
||||
key: ${{ runner.os }}-nix8
|
||||
|
||||
- name: Install Nix if not cached
|
||||
if: steps.cache-nix.outputs.cache-hit != 'true'
|
||||
# if: steps.cache-nix.outputs.cache-hit != 'true'
|
||||
uses: cachix/install-nix-action@v10
|
||||
with:
|
||||
nix_path: nixpkgs=channel:nixos-unstable
|
||||
@ -39,7 +39,6 @@ jobs:
|
||||
else
|
||||
sudo mkdir -p /nix/store
|
||||
sudo mkdir -p /nix/var/nix/profiles/per-user/runner/profile/bin
|
||||
ls -ahl ~/nix/bin/
|
||||
sudo cp --force --recursive ~/nix/store/* /nix/store/
|
||||
sudo cp --force --recursive ~/nix/bin/* /nix/var/nix/profiles/per-user/runner/profile/bin/
|
||||
which xdotool
|
||||
|
Loading…
Reference in New Issue
Block a user