Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Latios96 committed Sep 25, 2021
1 parent 6fd0756 commit 2184d9d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/pythonapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,10 @@ jobs:
with:
name: wheel-linux
- name: current dir
run: ls
run: |
sudo apt-get update
sudo apt install tree
tree
- name: Create Release
id: create_release
uses: actions/create-release@v1
Expand Down

0 comments on commit 2184d9d

Please sign in to comment.