When using the github action for this package, both the latest - uses: pkgxdev/dev@v1 and what I currently have on main - uses: pkgxdev/dev@5cc0705052d8106e04b226f0d12378ead487cdc5, the action fails to run with the following error:
Run pkgxdev/dev@v1
Run pkgxdev/setup@v2
fetching pkgx.sh^1…
/usr/bin/sudo /home/runner/work/_actions/pkgxdev/setup/v2/dist/out/installer.sh
installing: /usr/local/bin/pkgx
#=#=#
######################################################################## 100.0%
pkgx: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.38' not found (required by pkgx)
Error: Error: The process '/usr/bin/sudo' failed with exit code 1
It seems that the github actions environment has glibc 2.35. I'm running this on the following container:
which is a standard ubuntu-22 linux x64 runner