Create /nix before the action creates it.

This commit is contained in:
Nicolas Patry 2024-09-17 10:19:22 +02:00
parent 1ff5b64b1c
commit 54e703cc5a
No known key found for this signature in database
GPG Key ID: 64AF4752B2967863
1 changed files with 1 additions and 1 deletions

View File

@ -20,11 +20,11 @@ jobs:
group: aws-g6-12xl-plus-priv-cache
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v27
- name: Setup nix to mounted disk
run: |
sudo mkdir -p /mnt/hf_cache/nix/
sudo ln -s /mnt/hf_cache/nix /nix
- uses: cachix/install-nix-action@v27
- uses: cachix/cachix-action@v14
with:
name: text-generation-inference