Skip to content

Commit

Permalink
Don't change working directory
Browse files Browse the repository at this point in the history
  • Loading branch information
justsmth committed Mar 21, 2024
1 parent 9341ece commit 1690c53
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/cross.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,9 @@ jobs:
cargo update -p clap --precise 4.4.18
- name: Cross-compilation
if: ${{ matrix.target == 'aarch64-unknown-linux-gnu' || matrix.target == 'i686-unknown-linux-gnu' || matrix.target == 'x86_64-unknown-linux-musl' || matrix.target == 'aarch64-unknown-linux-musl'}}
working-directory: ./aws-lc-rs
run: cross test --features unstable --target ${{ matrix.target }}
run: cross test -p aws-lc-rs --features unstable --target ${{ matrix.target }}
- name: Cross-compilation w/ bindgen
working-directory: ./aws-lc-rs
run: cross test --release --features bindgen,unstable --target ${{ matrix.target }}
run: cross test -p aws-lc-rs --release --features bindgen,unstable --target ${{ matrix.target }}

aws-lc-rs-platform-build:
if: github.repository == 'aws/aws-lc-rs'
Expand Down

0 comments on commit 1690c53

Please sign in to comment.