mirror of
https://github.com/libuv/libuv
synced 2025-03-28 21:13:16 +00:00
build: fix android ci build (#4451)
It's complaining in the post-run step about a missing symbol: /__e/node20/bin/node: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.28' not found (required by /__e/node20/bin/node) For now pin actions/checkout to node 16.
This commit is contained in:
parent
7c491bde32
commit
e37539a46c
5
.github/workflows/CI-unix.yml
vendored
5
.github/workflows/CI-unix.yml
vendored
@ -30,6 +30,11 @@ jobs:
|
||||
build-android:
|
||||
runs-on: ubuntu-latest
|
||||
container: reactnativecommunity/react-native-android:2020-5-20
|
||||
# Work around an issue where the node from actions/checkout is too new
|
||||
# to run inside the long-in-the-tooth react-nactive-android container
|
||||
# image.
|
||||
env:
|
||||
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Envinfo
|
||||
|
Loading…
x
Reference in New Issue
Block a user