Skip to content

Commit

Permalink
add trailing slash to path
Browse files Browse the repository at this point in the history
Signed-off-by: Anton-4 <[email protected]>
  • Loading branch information
Anton-4 authored Nov 4, 2023
1 parent 41604d9 commit ca80e48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/basic_cli_test_arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,4 @@ jobs:
- name: Run all tests with latest roc nightly and latest basic-cli release
run: |
sed -i 's/x86_64/arm64/g' ./ci/test_latest_release.sh
EXAMPLES_DIR=./latest-release-examples ./ci/test_latest_release.sh
EXAMPLES_DIR=./latest-release-examples/ ./ci/test_latest_release.sh

0 comments on commit ca80e48

Please sign in to comment.