Add nasm to MSYS2 toolchain installation

This commit is contained in:
tiamak
2025-11-12 19:37:19 +01:00
committed by GitHub
parent cfa36723b2
commit 82d6123265

View File

@@ -93,7 +93,7 @@ jobs:
uses: eine/setup-msys2@v2
with:
update: true
install: mingw-w64-x86_64-toolchain mingw-w64-x86_64-cmake make git
install: mingw-w64-x86_64-toolchain mingw-w64-x86_64-cmake mingw-w64-x86_64-nasm make git
- name: Build p2pool (Windows mingw)
run: |