diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 38ae1e66..d56ec9c9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -65,7 +65,7 @@ jobs: args: --all-targets --all-features -- -D warnings - name: Test the examples - run: ./examples/test_examples.sh + run: bash examples/test_examples.sh - name: fmt uses: actions-rs/cargo@v1