We run this as our github self-hosted runners (amazon linux)
When I try to use this action I get nothing but errors:
setup chromium latest
Attempting to download latest...
Acquiring 1151437 from https://www.googleapis.com/download/storage/v1/b/chromium-browser-snapshots/o/Linux_x64%2F1151437%2Fchrome-linux.zip?alt=media
Installing chromium...
/usr/bin/unzip -o -q /home/ec2-user/actions-runner/_work/_temp/088a102b-e56d-4061-a208-d1fb5f199e43
Successfully Installed chromium to /home/ec2-user/actions-runner/_work/_tool/chromium/latest/x64
Successfully installed chromium to /home/ec2-user/actions-runner/_work/_tool/chromium/latest/x64/chrome
/home/ec2-user/actions-runner/_work/_tool/chromium/latest/x64/chrome --version
/home/ec2-user/actions-runner/_work/_tool/chromium/latest/x64/chrome: error while loading shared libraries: libatk-1.0.so.0: cannot open shared object file: No such file or directory
Error: The process '/home/ec2-user/actions-runner/_work/_tool/chromium/latest/x64/chrome' failed with exit code 127
Also If I want to install an older stable release how do I specify the version?
We run this as our github self-hosted runners (amazon linux)
When I try to use this action I get nothing but errors:
setup chromium latest
Attempting to download latest...
Acquiring 1151437 from https://www.googleapis.com/download/storage/v1/b/chromium-browser-snapshots/o/Linux_x64%2F1151437%2Fchrome-linux.zip?alt=media
Installing chromium...
/usr/bin/unzip -o -q /home/ec2-user/actions-runner/_work/_temp/088a102b-e56d-4061-a208-d1fb5f199e43
Successfully Installed chromium to /home/ec2-user/actions-runner/_work/_tool/chromium/latest/x64
Successfully installed chromium to /home/ec2-user/actions-runner/_work/_tool/chromium/latest/x64/chrome
/home/ec2-user/actions-runner/_work/_tool/chromium/latest/x64/chrome --version
/home/ec2-user/actions-runner/_work/_tool/chromium/latest/x64/chrome: error while loading shared libraries: libatk-1.0.so.0: cannot open shared object file: No such file or directory
Error: The process '/home/ec2-user/actions-runner/_work/_tool/chromium/latest/x64/chrome' failed with exit code 127
Also If I want to install an older stable release how do I specify the version?