Skip to content

Commit

Permalink
install ort
Browse files Browse the repository at this point in the history
Signed-off-by: MarkAckert <[email protected]>
  • Loading branch information
MarkAckert committed Jan 12, 2024
1 parent 04f5e6c commit 915f95b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/license-generation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ env:
FILENAME_PATTERN: init_in_step_one
ARTIFACT_REPO: init_in_step_one
ARTIFACT_VERSION: init_in_step_one
ORT_VERSION: 12.0.0

jobs:

Expand Down Expand Up @@ -89,6 +90,12 @@ jobs:
- name: Checkout current repo
uses: actions/checkout@v4

- name: Install ORT
run: |
curl "https://github.com/oss-review-toolkit/ort/releases/download/${{ env.ORT_VERSION }}/ort-${{ env.ORT_VERSION }}.zip" -o ort.zip
unzip ort.zip
echo `pwd`/ort-${{ env.ORT_VERSION }}/bin >> $GITHUB_PATH
- name: Install Cosign
uses: sigstore/[email protected]

Expand Down

0 comments on commit 915f95b

Please sign in to comment.