Skip to content

Commit

Permalink
Hotfix for corrupt eclipse jar
Browse files Browse the repository at this point in the history
Fixes #472
  • Loading branch information
oxisto committed Jul 13, 2021
1 parent 3111e03 commit fa0b528
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Install JEP
run: |
pip3 install jep
sudo cp /opt/hostedtoolcache/Python/3.9.4/x64/lib/python3.9/site-packages/jep/libjep.so /usr/lib/
sudo cp /opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/site-packages/jep/libjep.so /usr/lib/
- name: Build ${{ steps.determine_version.outputs.version }}
run: |
if [ "$SONAR_TOKEN" != "" ]
Expand Down

0 comments on commit fa0b528

Please sign in to comment.