Skip to content

Commit 34087bb

Browse files
committed
Try cache with tilde
Signed-off-by: Joshua Castle <26531652+Kas-tle@users.noreply.github.com>
1 parent f648ea0 commit 34087bb

2 files changed

Lines changed: 2 additions & 14 deletions

File tree

.github/actions/build/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ runs:
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

.github/actions/test/action.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -35,18 +35,6 @@ runs:
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:

0 commit comments

Comments
 (0)