Skip to content

Commit

Permalink
Updated CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ankane committed Jul 27, 2024
1 parent fd9bd0c commit 1367bc6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ jobs:
runs-on: ubuntu-latest
env:
BUNDLE_BUILD__TORCH___RB: "--with-torch-dir=/home/runner/libtorch"
LIBTORCH_VERSION: 2.1.2
LIBTORCH_VERSION: 2.4.0
steps:
- uses: actions/checkout@v4
- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: ~/libtorch
key: libtorch-${{ env.LIBTORCH_VERSION }}
Expand All @@ -23,7 +23,7 @@ jobs:
with:
ruby-version: 3.3
bundler-cache: true
- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: ~/data
key: data-v1
Expand Down

0 comments on commit 1367bc6

Please sign in to comment.