build(deps): bump openssl from 0.10.60 to 0.10.66 (#33) #62
This file contains 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
# Possibly reproducible build with Nix rust-overlay | |
name: "Reproducible build with rust-overlay" | |
on: | |
push: | |
paths-ignore: | |
- 'nix-cross-rs/**' | |
branches: | |
- 'main' | |
pull_request: | |
paths-ignore: | |
- 'nix-cross-rs/**' | |
branches: | |
- 'main' | |
jobs: | |
nix-cross-rs-build: | |
name: "r10e rust-overlay build" | |
strategy: | |
fail-fast: false | |
matrix: | |
os: [ubuntu-latest] | |
runs-on: ${{ matrix.os }} | |
steps: | |
- name: Checkout repository | |
uses: actions/[email protected] | |
- name: Cross build artifacts | |
run: | | |
cd ${{ github.workspace }} | |
make rust-overlay |