Skip to content

Commit

Permalink
Fix for GH actions datomic installation
Browse files Browse the repository at this point in the history
  • Loading branch information
mluypaert committed Jan 18, 2024
1 parent 9696db6 commit 8afeee4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/PR-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ jobs:
run: |
aws s3 cp s3://wormbase/datomic-pro/distro/datomic-pro-1.0.6165.zip ./
unzip datomic-pro-1.0.6165.zip
datomic-pro-1.0.6165/bin/maven-install
cd datomic-pro-1.0.6165/
bin/maven-install
- name: Generate pom file
run: |
clojure -Spom
Expand Down

0 comments on commit 8afeee4

Please sign in to comment.