diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6aa16dd..f89686b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -138,7 +138,7 @@ jobs: - name: Set up container image run: | apt-get update - apt-get install -y nodejs sudo curl wget ca-certificates + apt-get install -y nodejs sudo curl wget ca-certificates build-essential - uses: actions/checkout@v6 - uses: dtolnay/rust-toolchain@stable - name: Install build dependencies