Skip to content

Commit

Permalink
why does this action not run
Browse files Browse the repository at this point in the history
  • Loading branch information
Hannes Mühleisen committed Apr 29, 2024
1 parent 22c8dbe commit e88d9b5
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/Java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ jobs:

- name: Build
shell: bash
run: ls -R
run: |
pwd
ls -la .
- uses: ./.github/actions/manylinux_2014_setup
with:
Expand Down Expand Up @@ -61,7 +63,8 @@ jobs:
java-linux-aarch64:
name: Java Linux (aarch64)
runs-on: ubuntu-latest
container: ubuntu:18.04
container:
image: quay.io/pypa/manylinux2014_arm64
needs: java-linux-amd64
env:
GEN: ninja
Expand Down

0 comments on commit e88d9b5

Please sign in to comment.