Skip to content

Commit

Permalink
fetch files sparse
Browse files Browse the repository at this point in the history
  • Loading branch information
baszalmstra committed Jul 16, 2024
1 parent dc1f8c1 commit 90c1d13
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/rattler-build.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
name: rattler-build

on:
pull_request:
branches: main
Expand All @@ -20,6 +22,11 @@ jobs:
- { target: osx-64, host: macos-latest }

steps:
- uses: actions/checkout@v4
with:
sparse-checkout: |
recipes
!recipes/example
- name: Generate rattler-build URL
shell: bash
id: url
Expand Down

0 comments on commit 90c1d13

Please sign in to comment.