Skip to content

Commit

Permalink
clone ctp-anon-minimal for deps
Browse files Browse the repository at this point in the history
  • Loading branch information
rkm committed Dec 1, 2023
1 parent 0bcabe4 commit ffec914
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,16 @@ jobs:
java-version: "8"
distribution: "temurin"
cache: maven
- name: clone ctp-anon-minimal
uses: actions/checkout@v2
with:
repository: smi/ctp-anon-minimal
path: ./ctp-anon-minimal
- name: install vendor deps
run: |
cd ./ctp-anon-minimal
./scripts/build/01-reset-submodules.bash
./scripts/build/06-install-vendor-deps.bash
- name: package
env:
MVN_REPO_USERNAME: ${{ github.actor }}
Expand Down

0 comments on commit ffec914

Please sign in to comment.