-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot open input file node.lib #65
Comments
Node.js 18.0.0 did not support 32-bit Windows (nodejs/node#42666). Was restored in 18.3.0 (nodejs/node#42740). |
ahh thanks so much I would have never known that was setting up a ci 😁 |
Hey sorry for opening this back up again but im still having issues related to the node.lib using version
|
Try - name: Set up node
uses: actions/setup-node@v3
with:
node-version: 18
architecture: x86 |
Getting this error only on windows builds?
LINK : fatal error LNK1181: cannot open input file 'C:\\Users\\RUNNER~1\\AppData\\Local\\Temp\\prebuildify\\node\\18.0.0\\x86\\node.lib' [D:\a\libuiohook\libuiohook\build\kryuk.vcxproj]
log
The text was updated successfully, but these errors were encountered: