Skip to content

Commit

Permalink
Update publish action to use submodule commit hashes
Browse files Browse the repository at this point in the history
  • Loading branch information
joeweiss committed Aug 28, 2023
1 parent 13e8dd2 commit 2ed76f8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ jobs:
steps:
- uses: actions/checkout@v3
with:
submodules: "true"
submodules: "recursive"
- name: submodules recursively
run: git submodule foreach git pull origin main --depth 9999
- name: Setup FFmpeg
uses: FedericoCarboni/setup-ffmpeg@v2
- name: Install libsndfile
Expand Down

0 comments on commit 2ed76f8

Please sign in to comment.