diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2832c74..0cdb0d6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: - name: Set up container image run: | apt-get update - apt-get install -y nodejs sudo + apt-get install -y nodejs sudo curl wget ca-certificates - uses: actions/checkout@v6 - uses: dtolnay/rust-toolchain@stable with: