Skip to content

chore(deps): bump openssl from 0.10.64 to 0.10.66 #264

chore(deps): bump openssl from 0.10.64 to 0.10.66

chore(deps): bump openssl from 0.10.64 to 0.10.66 #264

Workflow file for this run

name: "Build Nix package on Ubuntu"
on:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: cachix/install-nix-action@v12
- name: Building package
run: nix build .#workspace --extra-experimental-features 'nix-command flakes'