quil-lang / quilc

The optimizing Quil compiler.
Apache License 2.0
452 stars 73 forks source link

Install additional dependencies in Gitlab CI #825

Closed gefjon closed 1 year ago

gefjon commented 2 years ago

The Gitlab CI pipeline was failing to load libcrypto (libssl-dev seemed not to be installed) and libffi (wanted an old version). With a little luck, this change installs them in the CI runner.

Note that this PR does not change Github actions; I'm not sure if those are broken or not.