Skip to content

Commit

Permalink
Fix Jena installation in GH Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
tijmenbaarda committed Aug 2, 2023
1 parent 1e6ea70 commit 66dab0e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Install jena
run: sudo apt-get install apache-jena
run: |
sudo add-apt-repository universe
sudo apt-get update
sudo apt-get -y install apache-jena
- name: Validate Turtle file
run: turtle edpop-record-ontology.ttl

0 comments on commit 66dab0e

Please sign in to comment.