Don't cross compile, just use a different base image #6
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # If we're on Ubuntu, we need to install openssl | ||
| # before we can install Rust. | ||
| - name: "Install OpenSSL" | ||
| if: ${{ startsWith(matrix.runner, 'ubuntu') }} | ||
| run: "sudo apt-get install -yq openssl libssl-dev" | ||