Second pass for workflows
Build a3270 APK / Build Android APK (push) Failing after 7m25s

This commit is contained in:
2026-08-20 18:43:14 -04:00
parent 27bf1c835c
commit e41861357f
+8 -4
View File
@@ -13,14 +13,18 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Configure DNS and Hosts
run: |
echo "64.22.43.251 git.hugfreevikings.wtf" | sudo tee -a /etc/hosts || echo "64.22.43.251 git.hugfreevikings.wtf" >> /etc/hosts || true
echo "nameserver 1.1.1.1" | sudo tee -a /etc/resolv.conf || echo "nameserver 1.1.1.1" >> /etc/resolv.conf || true
echo "nameserver 8.8.8.8" | sudo tee -a /etc/resolv.conf || echo "nameserver 8.8.8.8" >> /etc/resolv.conf || true
- name: Checkout a3270 - name: Checkout a3270
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Checkout j3270 (for lib3270j) - name: Checkout j3270 (for lib3270j)
uses: actions/checkout@v4 run: |
with: git clone --depth 1 https://git.hugfreevikings.wtf/rudi/j3270.git j3270
repository: rudi/j3270
path: j3270
- name: Set up JDK 21 - name: Set up JDK 21
uses: actions/setup-java@v4 uses: actions/setup-java@v4