diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 754f610ae55..5e0fcf86899 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -154,7 +154,7 @@ jobs: run: | dpkg --add-architecture amd64 # For 64-bit Node.js, for actions. apt-get update - apt-get install --no-install-recommends -y build-essential ca-certificates cmake curl git jq libssl-dev nodejs:amd64 pkgconf + apt-get install --no-install-recommends -y build-essential ca-certificates cmake curl git jq libssl-dev libstdc++6:amd64 pkgconf - uses: actions/checkout@v4 - uses: dtolnay/rust-toolchain@stable with: