From 93640c65824043379d2c829981430f6229ed5992 Mon Sep 17 00:00:00 2001 From: Bas Zalmstra Date: Tue, 16 Jul 2024 16:27:57 +0200 Subject: [PATCH] fetch files sparse --- .github/workflows/rattler-build.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/rattler-build.yml b/.github/workflows/rattler-build.yml index e435a7eee2314..d00cabfb89e86 100644 --- a/.github/workflows/rattler-build.yml +++ b/.github/workflows/rattler-build.yml @@ -1,3 +1,5 @@ +name: rattler-build + on: pull_request: branches: main @@ -20,6 +22,10 @@ jobs: - { target: osx-64, host: macos-latest } steps: + - uses: actions/checkout@v4 + with: + sparse-checkout: | + recipes - name: Generate rattler-build URL shell: bash id: url