Skip to content

Commit 14f2ecb

Browse files
authored
add missing package (#535)
1 parent d1c4ede commit 14f2ecb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/actions-deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
run: echo "$APP_VERSION"
8383

8484
- name: Install Deps
85-
run: sudo apt-get install rename -y
85+
run: sudo apt-get install rename docker-compose -y
8686

8787
- uses: actions/download-artifact@v3
8888
with:
@@ -123,7 +123,7 @@ jobs:
123123
run: echo "$APP_VERSION"
124124

125125
- name: Install Deps
126-
run: sudo apt-get install rename -y
126+
run: sudo apt-get install rename docker-compose -y
127127

128128
- uses: actions/download-artifact@v3
129129
with:

0 commit comments

Comments
 (0)