Skip to content

Commit

Permalink
Don't install mf-core
Browse files Browse the repository at this point in the history
As mf-core is released we don't need to build it.
  • Loading branch information
dr0i committed Nov 27, 2023
1 parent a157df0 commit 13f194a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ jobs:
uses: actions/setup-java@v1
with:
java-version: 1.8
- name: Install metafacture-core
run: |
git clone https://github.com/metafacture/metafacture-core.git
cd metafacture-core
git checkout 5.7.0
./gradlew publishToMavenLocal
#- name: Install metafacture-core
# run: |
# git clone https://github.com/metafacture/metafacture-core.git
# cd metafacture-core
# git checkout metafacture-core-5.7.0
# ./gradlew publishToMavenLocal
- name: Install metafacture-fix
run: |
git clone https://github.com/metafacture/metafacture-fix.git
Expand Down

0 comments on commit 13f194a

Please sign in to comment.