Skip to content

Commit 5ee032c

Browse files
authored
Update .github/workflows/main.yml
Signed-off-by: Sambhav Kothari <[email protected]>
1 parent b8cb1eb commit 5ee032c

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,7 @@ jobs:
2424
- name: Install Dependencies
2525
run: sudo apt-get install make curl jq
2626
- name: Install pack
27-
run: |
28-
sudo add-apt-repository ppa:cncf-buildpacks/pack-cli
29-
sudo apt-get update
30-
sudo apt-get install pack-cli
27+
uses: buildpacks/github-actions/[email protected]
3128
- name: Test
3229
run: make test
3330
env:

0 commit comments

Comments
 (0)