Skip to content

Commit

Permalink
🚧 Temp print dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
MrCrayfish committed May 9, 2024
1 parent f63ce20 commit 6354245
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/forge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,12 @@ jobs:
echo "KEYSTORE_PASS=${{ secrets.MRCRAYFISH_JKS_PASSPHRASE }}" >> $GITHUB_ENV
- name: Make gradlew executable
run: chmod +x ./gradlew
- name: Dump Dependencies
env:
GPR_USER: "MrCrayfish"
GPR_KEY: ${{ secrets.GPR_TOKEN }}
TARGET_LOADER: "forge"
run: ./gradlew :forge:dependencies
- name: Run Data Gen
env:
GPR_USER: "MrCrayfish"
Expand Down

0 comments on commit 6354245

Please sign in to comment.