Обновить .forgejo/workflows/test4.yml
Some checks failed
/ test (push) Waiting to run
/ ls (push) Waiting to run
/ test_docker (push) Failing after 2s
Android CI / build (push) Failing after 37s

пробуем задавать action ПРЯМО
This commit is contained in:
Vikarti Anatra 2024-07-23 19:05:03 +00:00
parent 43699c8bf7
commit d0cc6fd41a

View file

@ -11,7 +11,8 @@ jobs:
- run: whoami - run: whoami
- uses: actions/checkout@v1 - uses: actions/checkout@v1
- name: set up JDK 1.8 - name: set up JDK 1.8
uses: actions/setup-java@v1 #uses: actions/setup-java@v1
uses: https://github.com/actions/setup-java@v1
with: with:
java-version: 1.8 java-version: 1.8
- name: Build with Gradle - name: Build with Gradle