File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 steps :
1818 - name : Create WebRTC checkout folder
1919 run : |
20- mkdir -p $HOME /webrtc/build
21- echo "WEBRTC_CHECKOUT_FOLDER=$HOME /webrtc" >> $GITHUB_ENV
20+ mkdir -p ~ /webrtc/build
21+ echo "WEBRTC_CHECKOUT_FOLDER=~ /webrtc" >> $GITHUB_ENV
2222 shell : bash
2323
2424 - name : Set up WebRTC cache
Original file line number Diff line number Diff line change 3535 java-version : ${{ inputs.java-version }}
3636 architecture : ${{ inputs.architecture }}
3737
38- - name : Debug 32-bit environment
39- if : inputs.architecture == 'armv7'
40- run : |
41- echo "Checking for dynamic loader..."
42- ls -l /lib/ld-linux-armhf.so.3 || echo "Loader not found in /lib"
43- ls -l /usr/lib/arm-linux-gnueabihf/ || echo "Library path not found"
44-
45- echo "Checking binary dependencies..."
46- JAVA_BIN=$(find /opt/hostedtoolcache -name java | grep armv7 | head -n 1)
47- readelf -l "$JAVA_BIN" | grep "interpreter"
48- shell : bash
49-
5038 - uses : gradle/actions/setup-gradle@4d9f0ba0025fe599b4ebab900eb7f3a1d93ef4c2
5139 # https://github.com/gradle/actions/releases/latest
5240 with :
You can’t perform that action at this time.
0 commit comments