Skip to content

Commit

Permalink
fix build, strange github workflow #109 #112
Browse files Browse the repository at this point in the history
  • Loading branch information
walterxie committed Jan 17, 2024
1 parent bdf24a3 commit 2e769fa
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/lphybeast.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,13 @@ jobs:
java -Djava.library.path="$BEAST_LIB" -cp "$BEAST_LIB/$LAUNCHER" beast.pkgmgmt.PackageManager -add feast
java -Djava.library.path="$BEAST_LIB" -cp "$BEAST_LIB/$LAUNCHER" beast.pkgmgmt.PackageManager -add SSM
# https://github.com/CompEvol/beast2/issues/1078
#- name: Install beast2 base
# run: |
# find $REPO_DIR -type d
# mkdir $REPO_DIR/BEAST.base
# cp $BEAST_LIB/BEAST.base.version.xml $REPO_DIR/BEAST.base/version.xml
# mkdir $REPO_DIR/BEAST.base/lib
# cp $BEAST_LIB/BEAST.base-*.jar $REPO_DIR/BEAST.base/lib
- name: Install beast2 base
run: |
find $REPO_DIR -type d
mkdir $REPO_DIR/BEAST.base
cp $BEAST_LIB/BEAST.base.version.xml $REPO_DIR/BEAST.base/version.xml
mkdir $REPO_DIR/BEAST.base/lib
cp $BEAST_LIB/BEAST.base-*.jar $REPO_DIR/BEAST.base/lib
#./linguaPhylo/lphy/lib
#./LPhyBeast/lphybeast/lib
Expand Down

0 comments on commit 2e769fa

Please sign in to comment.