From eb926f2bd03b6b4e1b4a3df5f7c31fcce588751a Mon Sep 17 00:00:00 2001 From: osbm Date: Tue, 16 Sep 2025 13:13:21 +0300 Subject: [PATCH] i am done --- .github/workflows/ci.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index aa7234d..6c64f1d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,14 +21,15 @@ jobs: || matrix.system == 'aarch64-linux' && 'ubuntu-24.04-arm' || matrix.system == 'x86_64-darwin' && 'macos-latest' }} steps: - - name: Checkout the repository - uses: actions/checkout@v5.0.0 + - uses: actions/checkout@v4 + with: + sparse-checkout: .github/actions - name: setup nix uses: ./.github/actions/setup-nix with: system: ${{ matrix.system }} - + - name: Login to tailscale uses: tailscale/github-action@v3.2.3 with: