Skip to content

Commit

Permalink
Update Pd-related submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
mgeier committed Aug 22, 2023
1 parent d260a7c commit d66b4ae
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pd-externals.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Fix pd_linux dependencies
working-directory: ssr/flext
run: |
sh pd-lib-builder-iem-ci/pd-lib-builder/localdeps.linux.sh build/ssr_*.pd_linux
sh pd-lib-builder-iem-ci/localdeps/localdeps.linux.sh build/ssr_*.pd_linux
- name: upload Linux externals
uses: actions/upload-artifact@v3
with:
Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
- name: Fix pd_darwin dependencies
working-directory: ssr/flext
run: |
sh pd-lib-builder-iem-ci/pd-lib-builder/localdeps.macos.sh build/ssr_*.pd_darwin
sh pd-lib-builder-iem-ci/localdeps/localdeps.macos.sh build/ssr_*.pd_darwin
- name: upload macOS externals
uses: actions/upload-artifact@v3
with:
Expand Down Expand Up @@ -124,7 +124,7 @@ jobs:
- name: Fix dll dependencies
working-directory: ssr/flext
run: |
sh pd-lib-builder-iem-ci/pd-lib-builder/localdeps.win.sh build/ssr_*.dll
sh pd-lib-builder-iem-ci/localdeps/localdeps.win.sh build/ssr_*.dll
- name: upload Windows externals
uses: actions/upload-artifact@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion flext/flext
Submodule flext updated 222 files
2 changes: 1 addition & 1 deletion flext/pd-lib-builder
2 changes: 1 addition & 1 deletion flext/pd-lib-builder-iem-ci
Submodule pd-lib-builder-iem-ci updated from e2d5a1 to 91cf38

0 comments on commit d66b4ae

Please sign in to comment.