Skip to content

Commit

Permalink
Update onPush.yml
Browse files Browse the repository at this point in the history
add step to install utilities
  • Loading branch information
lisp authored Nov 3, 2024
1 parent c0a7267 commit 3643204
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/onPush.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,16 @@ jobs:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2

# Provide utilities
- name install utilities
sudo apt-get update
sudo apt-get install -qq raptor2-utils
sudo apt-get install -qq yajl-tools
sudo apt-get install -qq jq
sudo apt-get install -qq graphviz
sudo apt-get install -qq tidy
sudo apt-get install -qq libxml2-utils

# Runs a single command using the runners shell
- name: run all tests
shell: bash
Expand Down

0 comments on commit 3643204

Please sign in to comment.