Skip to content

Commit 8aba76e

Browse files
committed
Check if containers still need host-native libstdc++
1 parent cb2c408 commit 8aba76e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,6 +280,7 @@ jobs:
280280
runner-arch: arm64
281281
runner-os: ubuntu-24.04-arm
282282
host-triple: armv7-unknown-linux-gnueabihf
283+
fail-fast: false
283284

284285
runs-on: ${{ matrix.runner-os }}
285286

@@ -296,7 +297,6 @@ jobs:
296297
git
297298
jq
298299
libssl-dev
299-
libstdc++6:${{ matrix.runner-arch }} # To support external 64-bit Node.js for actions.
300300
pkgconf
301301
python3-minimal
302302
)

0 commit comments

Comments
 (0)