Skip to content

Commit 52c5e6a

Browse files
committed
skip deps install
1 parent 233ae91 commit 52c5e6a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ jobs:
1313
- uses: actions/checkout@v2
1414
- uses: crazy-max/ghaction-docker-buildx@v1
1515

16-
- name: "Install deps"
17-
run: sudo apt-get install rename
16+
# - name: "Install deps"
17+
# run: sudo apt-get install rename
1818

1919
- name: "Build ${{ github.event.comment.body }}"
2020
timeout-minutes: 3000

0 commit comments

Comments
 (0)