Update snapshot-both-pc-android.yml

This commit is contained in:
Chris H
2025-06-30 18:22:20 -04:00
parent 2ae3efc12e
commit 14e2a0c5e2

View File

@@ -44,7 +44,6 @@ jobs:
- name: Install old maven (3.8.1) cached from Forge servers - name: Install old maven (3.8.1) cached from Forge servers
run: | run: |
#curl -o apache-maven-3.8.1-bin.tar.gz https://archive.apache.org/dist/maven/maven-3/3.8.1/binaries/apache-maven-3.8.1-bin.tar.gz
curl -o apache-maven-3.8.1.bin.tar.gz https://github.com/Card-Forge/forge-extras/raw/refs/heads/main/lib/apache-maven-3.8.1-bin.tar.gz curl -o apache-maven-3.8.1.bin.tar.gz https://github.com/Card-Forge/forge-extras/raw/refs/heads/main/lib/apache-maven-3.8.1-bin.tar.gz
tar xf apache-maven-3.8.1-bin.tar.gz tar xf apache-maven-3.8.1-bin.tar.gz
export PATH=$PWD/apache-maven-3.8.1/bin:$PATH export PATH=$PWD/apache-maven-3.8.1/bin:$PATH