Skip to content

Commit

Permalink
remove mkdir from workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Blakeinstein committed Oct 3, 2021
1 parent ddd676b commit 3a8c604
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,8 @@ jobs:
# Get Boop scripts
- name: Get Boop scripts
run: |
mkdir src-tauri
git clone http://github.com/ivanmathy/boop
mv boop/Boop/Boop/scripts src-tauri/
mv boop/Boop/Boop/scripts/* src-tauri/scripts/
# Build web component
- name: install app dependencies and build it
Expand Down

0 comments on commit 3a8c604

Please sign in to comment.