Skip to content

Commit

Permalink
add clone lib drawdown
Browse files Browse the repository at this point in the history
  • Loading branch information
chinkan committed Sep 12, 2024
1 parent 1cd4520 commit f79507d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/github-actions-pack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: Clone drawdown repository
run: |
git clone https://github.com/adamvleggett/drawdown.git lib/drawdown
- name: Pack extension
run: |
mkdir packed-extension
Expand Down

0 comments on commit f79507d

Please sign in to comment.