.github/workflows/smallStackSize.yml: don't install multilib (not needed).

This commit is contained in:
Daniel Pouzzner
2025-05-15 21:13:50 -05:00
parent 081b8397c0
commit 8a8a2b5bb1

View File

@@ -44,9 +44,6 @@ jobs:
- uses: actions/checkout@v4
name: Checkout wolfSSL
- name: install_multilib
run: sudo apt-get install -y gcc-multilib
- name: Build wolfCrypt with smallstack and stack depth warnings, and run testwolfcrypt
run: |
./autogen.sh || $(exit 2)