Skip to content

Commit

Permalink
Small fix on Darwin workflow pipeline.
Browse files Browse the repository at this point in the history
  • Loading branch information
nthnn committed Oct 10, 2024
1 parent ba3ccc6 commit cd4f483
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_ci_darwin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Build verification
run: |
ls dist -ral
ls -ral dist
find dist | sort | sed -e "s/[^-][^\/]*\// |/g" -e "s/|\([^ ]\)/|-\1/"
- name: Run test scripts (x86)
Expand Down

0 comments on commit cd4f483

Please sign in to comment.