Skip to content

Commit

Permalink
get install deps
Browse files Browse the repository at this point in the history
  • Loading branch information
wxtim committed Oct 25, 2023
1 parent 173d0e0 commit a232594
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,9 @@ jobs:

- name: get install dependencies
run: |
wget https://raw.githubusercontent.com/cylc/cylc-doc/master/.github/actions/install-dependencies
wget https://raw.githubusercontent.com/cylc/cylc-doc/master/.github/actions/install-dependencies/action.yml
mkdir install-dependencies
mv action.yml install-dependencies
- name: install dependencies
uses: ./install-dependencies
Expand Down

0 comments on commit a232594

Please sign in to comment.