On my Linux computer, when I inspected the current stable symlink I get this:
6 jul 25 17:59 stable -> '0.5.1'$'\n'
With this, I can't directly access this link. Deleting this symlink and re-creating with
$ ln -s 0.5.1 stable
makes the link work again. Since the runners are all ubuntu-based, this could be an issue? I am not sure what the extra characters in the link target mean and they are not visible in the github interface either...
On my Linux computer, when I inspected the current stable symlink I get this:
With this, I can't directly access this link. Deleting this symlink and re-creating with
makes the link work again. Since the runners are all ubuntu-based, this could be an issue? I am not sure what the extra characters in the link target mean and they are not visible in the github interface either...