#github CI workflow error: unable to find zig installation directory

1 messages · Page 1 of 1 (latest)

plain compass
#

Hello so im trying to have automated tests on my github repo but for some reason every steps work until I have to use zig exe but at this point its seems like it cannot find it, i reproduced all the steps on my local machine and it worked. If for some reason I dont have zig installed on my local machine I dont even have that type of error message, so Im a bit stuck knowing where the problem could be coming from.
https://github.com/Pismice/Zig-Conquest/actions/runs/9920417534/job/27407276423

GitHub

WEB multiplayer game made in Zig. Contribute to Pismice/Zig-Conquest development by creating an account on GitHub.

tall dawn
#

I think you'll have better luck just using a github action:

plain compass
#

mhhh ok

#

im gonna try

#

but you have no idea why ?

tall dawn
#

nope, but I would've guessed that you can't really just move things into /usr/bin with github actions and expect it to work

#

for security reasons