Skip to content

Commit 5ae1e48

Browse files
committed
fix: added task and ocm cli installation
1 parent a18430a commit 5ae1e48

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/main.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,16 @@ jobs:
2727
attestations: write
2828

2929
steps:
30+
- name: Install OCM CLI
31+
run: |
32+
sudo curl -sL https://raw.githubusercontent.com/open-component-model/ocm/main/install.sh | sudo bash
33+
34+
- name: Install Go-Task
35+
uses: arduino/setup-task@v2
36+
with:
37+
version: 3.x
38+
repo-token: ${{ secrets.GITHUB_TOKEN }}
39+
3040
- name: Checkout code
3141
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
3242

0 commit comments

Comments
 (0)