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 93640c6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 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,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
Expand Down

0 comments on commit 93640c6

Please sign in to comment.