Skip to content

Commit

Permalink
Fixed typo on Darwin workflow configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
nthnn committed Oct 24, 2024
1 parent 20224ec commit edd31d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_ci_darwin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
ls -ral dist
find dist | sort | sed -e "s/[^-][^\/]*\// |/g" -e "s/|\([^ ]\)/|-\1/"
- name: Run test scripts (x86)
- name: Run test scripts
run: |
./dist/zhivo-darwin-arm64-omp ./test/arithmetic.zhv
./dist/zhivo-darwin-arm64-omp ./test/array.zhv
Expand All @@ -53,7 +53,7 @@ jobs:
./dist/zhivo-darwin-arm64-omp ./test/test.zhv
./dist/zhivo-darwin-arm64-omp ./test/types.zhv
- name: Run examples (x86)
- name: Run examples
run: |
./dist/zhivo-darwin-arm64-omp ./examples/hello.zhv
./dist/zhivo-darwin-arm64-omp ./examples/99-beers.zhv
Expand Down

0 comments on commit edd31d1

Please sign in to comment.