No nvme it seems.

This commit is contained in:
Nicolas Patry 2024-06-05 19:44:50 +02:00
parent 7b55fd72c3
commit d7ac081b62

View File

@ -131,11 +131,6 @@ jobs:
uses: huggingface/tailscale-action@main
with:
authkey: ${{ secrets.TAILSCALE_AUTHKEY }}
- name: Prepare disks
run: |
sudo mkfs -t ext4 /dev/nvme1n1
sudo mkdir ${{ env.DOCKER_VOLUME }}
sudo mount /dev/nvme1n1 ${{ env.DOCKER_VOLUME }}
- name: Install
run: |
make install-integration-tests