Skip to content

Commit ec17d84

Browse files
committed
install library_generation
1 parent 71bd361 commit ec17d84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ runs:
4747
# repository root
4848
cd ${{ github.action_path }}/../../
4949
rsync -rv \
50-
--exclude=library_generation \
5150
--exclude=tests \
5251
hermetic_build "${GITHUB_WORKSPACE}"
5352
- name: Copy shell script
@@ -60,6 +59,7 @@ runs:
6059
run: |
6160
cd "${GITHUB_WORKSPACE}"
6261
pip install hermetic_build/common
62+
pip install hermetic_build/library_generation
6363
pip install hermetic_build/release_note_generation
6464
- name: Generate changed libraries
6565
shell: bash

0 commit comments

Comments
 (0)