Skip to content

Commit

Permalink
[skip ci] fix path experssions
Browse files Browse the repository at this point in the history
  • Loading branch information
luncliff committed Sep 27, 2024
1 parent fe1ba1c commit 2bdf9a8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,9 +118,9 @@ jobs:
--x-buildtrees-root buildtrees \
--clean-buildtrees-after-build \
--clean-packages-after-build \
--overlay-ports "$CIRCLE_WORKING_DIRECTORY/ports" \
--overlay-triplets "$CIRCLE_WORKING_DIRECTORY/triplets" \
$(cat "$CIRCLE_WORKING_DIRECTORY/test/azure-port-android.txt")
--overlay-ports "$(pwd)/ports" \
--overlay-triplets "$(pwd)/triplets" \
$(cat "$(pwd)/test/azure-port-android.txt")
environment:
VCPKG_ROOT: /tmp/vcpkg
VCPKG_DEFAULT_TRIPLET: arm64-android
Expand Down

0 comments on commit 2bdf9a8

Please sign in to comment.