1
1
peilaus alkaen https://github.com/henrydcase/pqc.git synced 2024-11-22 07:35:38 +00:00

fix rust bindings

This commit is contained in:
Henry Case 2021-03-25 00:08:14 +00:00
vanhempi 64dc00767e
commit 730b2c7d47

Näytä tiedosto

@ -21,3 +21,6 @@ jobs:
- name: run tests
run: |
cd build && ./ut
- name: Build Rust bindings
run: |
cd src/rustapi/pqc-sys && cargo build