Skip to content

Commit

Permalink
fix orion path
Browse files Browse the repository at this point in the history
  • Loading branch information
plule committed Jun 19, 2024
1 parent 7936cfb commit 2b6dd59
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ on:

env:
CARGO_TERM_COLOR: always
LEAPSDK_LIB_PATH: leap-sdk-redist/LeapSDK/lib/x64

jobs:
build:
Expand All @@ -24,8 +23,8 @@ jobs:
cargo-features: --no-default-features --features nalgebra --features glam --features gemini
- name: windows-orion
runs-on: windows-latest
leapsdk-ref: linux-gemini
leapsdk-lib-path: ultraleap-hand-tracking-service
leapsdk-ref: windows-orion
leapsdk-lib-path: LeapSDK/lib/x64
cargo-features: --no-default-features --features nalgebra --features glam
name: build
if: eq(${{ github.repository }}, "plule/leaprs") # no secrets in clones
Expand Down

0 comments on commit 2b6dd59

Please sign in to comment.