Skip to content

Commit

Permalink
continue debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
taybenlor committed Dec 28, 2024
1 parent cf887bb commit 944879b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
- run: echo "Deno version is ${{ steps.deno.outputs.deno-version }}"
- run: echo "Binary version is:" `deno --version`
- run: echo "PATH is:" $PATH
- run: sh -c "echo $PATH"
- run: sh -c "deno --version"
- run: /bin/sh -c "echo $PATH"
- run: /bin/sh -c "deno --version"

- name: Build wheels
uses: pypa/cibuildwheel@v2.22.0
Expand Down

0 comments on commit 944879b

Please sign in to comment.