mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-08-12 17:01:25 +02:00
The falcon_interop job restored/untarred liboqs into the workspace and only then ran actions/checkout, whose "git clean -ffdx" deleted the untracked oqs-install/ directory. The interop harness build then failed with "oqs/oqs.h: No such file or directory". Move the wolfSSL checkout ahead of the cache-restore / artifact-download / untar steps so the liboqs install lands after the clean and survives. The harness itself is fine: built locally against liboqs it passes all eight interop cells (liboqs<->native, both directions, levels 1 and 5).