Skip to content

Commit

Permalink
patch: do not clone submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
piyoki committed Feb 18, 2024
1 parent 63099db commit 085aadd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sync-upstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: actions/checkout@main
with:
ref: master
submodules: true
# submodules: true
token: "${{ secrets.ACCESS_TOKEN }}"

- uses: DeterminateSystems/nix-installer-action@main
Expand Down

0 comments on commit 085aadd

Please sign in to comment.