Skip to content

Commit

Permalink
Refactor, use system openssl instead of vendored
Browse files Browse the repository at this point in the history
  • Loading branch information
n8henrie committed Jun 14, 2024
1 parent 0baf68b commit cea9b36
Show file tree
Hide file tree
Showing 5 changed files with 550 additions and 342 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ on:
pull_request:

jobs:
nix:
name: build in nix
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: DeterminateSystems/nix-installer-action@v11
- name: build
run: nix build

test:
name: Test Suite
Expand Down
Loading

0 comments on commit cea9b36

Please sign in to comment.