Skip to content

Commit

Permalink
debug cargo
Browse files Browse the repository at this point in the history
  • Loading branch information
ipatka committed Oct 27, 2023
1 parent 11185d9 commit c779775
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,13 @@ jobs:
# override: true
# - name: Install rust target
# run: rustup component add ${{ matrix.system.target }}
- name: Check cargo path and permissions
run: |
which cargo
ls -l $(which cargo)
- name: Set cargo permissions
run: chmod +x $(which cargo)

- name: Build native
working-directory: ./
Expand Down

0 comments on commit c779775

Please sign in to comment.