Skip to content

Commit

Permalink
Now I can install deps.
Browse files Browse the repository at this point in the history
  • Loading branch information
Don Murray committed Jul 11, 2024
1 parent 5d87c5f commit 2ea0a7a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: "Install dependencies"
run: ls -l
run: "./install-dependencies.sh"
run: "which task"
run: "task --version"

0 comments on commit 2ea0a7a

Please sign in to comment.