diff --git a/.github/workflows/ort.yml b/.github/workflows/ort.yml index 2d50703fc8..ea34a74561 100644 --- a/.github/workflows/ort.yml +++ b/.github/workflows/ort.yml @@ -1,4 +1,3 @@ - name: The OSS Review Toolkit (ORT) on: @@ -106,6 +105,7 @@ jobs: enabledPackageManagers: [Cargo, NPM, PIP] EOF cat ~/.ort/config/config.yml + - name: Add Rust uses: | actions/checkout@v2 @@ -127,6 +127,7 @@ jobs: working-directory: ./glide-core run: | cargo generate-lockfile + ### NodeJS ### - name: Set up Node.js 16.x @@ -224,4 +225,4 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} EVENT_NAME: ${{ github.event_name }} INPUT_VERSION: ${{ github.event.inputs.version }} - INPUT_VERSION: ${{ github.event.inputs.version }} +