Skip to content

Commit

Permalink
Update maven-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gyreas authored Jan 14, 2024
1 parent 90a5bda commit 10f7d2b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/maven-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ jobs:
- name: Install fd
run: sudo apt install fd-find

- name: Setup PATH
run: ln -s $(which fdfind) ~/.local/bin/fd && echo "export PATH=$HOME/.local/bin:$PATH" > ~/.bashrc

- name: Build with Maven
run: make tests && mvn -B package --file pom.xml

Expand Down

0 comments on commit 10f7d2b

Please sign in to comment.