Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: Update CI workflow to include additional package installations
This commit updates the CI workflow in the `.github/workflows/ci.yaml` file. It adds the installation of the `build-essential`, `gcc`, `make`, `libpcre3-dev`, `wget`, `zlib1g-dev`, and `libssl-dev` packages using the `apt install` command. This change ensures that all necessary packages are installed for the CI process.
- Loading branch information