Skip to content

Commit

Permalink
reset changes
Browse files Browse the repository at this point in the history
  • Loading branch information
BoazBD committed Jan 21, 2025
1 parent a2e90f6 commit f809034
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/ort.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,19 +69,17 @@ jobs:
key: ${{ runner.os }}-ort

- name: Checkout ORT Repository
if: steps.cache-ort.outputs.cache-hit != 'true'
uses: actions/checkout@v4
with:
repository: "oss-review-toolkit/ort"
path: "./ort"
ref: "26.0.0"
ref: "44.0.0"
submodules: recursive

- name: Install Rust toolchain
uses: dtolnay/rust-toolchain@1.78
uses: dtolnay/rust-toolchain@stable

- name: Build and install ORT
if: steps.cache-ort.outputs.cache-hit != 'true'
working-directory: ./ort/
run: |
export JAVA_OPTS="$JAVA_OPTS -Xmx8g"
Expand All @@ -100,10 +98,8 @@ jobs:
cat ~/.ort/config/config.yml
### NodeJS ###
- name: Set up Node.js 16.x
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: 16.x

- name: Create package.json file for the Node wrapper
uses: ./.github/workflows/node-create-package-file
Expand Down

0 comments on commit f809034

Please sign in to comment.