Skip to content

Commit

Permalink
Cleanup installed deps (#2)
Browse files Browse the repository at this point in the history
* Cleanup deps

* Adjust install order
  • Loading branch information
L1ghtmann authored Mar 8, 2023
1 parent 8e0386d commit 4527a89
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,9 @@ runs:
using: "composite"
steps:
- run: |
python3 -m pip install --upgrade pip
pip3 install pyyaml ruyaml dragon
brew install ldid
brew install dpkg
python3 -m pip install --upgrade pip
pip3 install dragon
shell: bash
- run: |
dragon
Expand Down

0 comments on commit 4527a89

Please sign in to comment.