Skip to content

Don't cross compile, just use a different base image #6

Don't cross compile, just use a different base image

Don't cross compile, just use a different base image #6

# If we're on Ubuntu, we need to install openssl
# before we can install Rust.
- name: "Install OpenSSL"

Check failure on line 3 in .github/workflows/release-prebuild.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/release-prebuild.yml

Invalid workflow file

You have an error in your yaml syntax on line 3
if: ${{ startsWith(matrix.runner, 'ubuntu') }}
run: "sudo apt-get install -yq openssl libssl-dev"