theory of everything 3

This commit is contained in:
TheTank20
2025-06-04 23:32:32 -04:00
parent 8fe0fc06b2
commit caa37365d4

View File

@@ -42,6 +42,7 @@ jobs:
make
perl
nasm
mingw-w64-x86_64-tree
- name: Cache OpenSSL 64-bit build
id: cache-openssl
@@ -80,7 +81,6 @@ jobs:
make -j$(nproc)
make install_sw
# list files in the directory recursively (this is in msys2)
tree $OPENSSL_PREFIX
- name: Checkout Source Tree