You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using setup-beam@v1 in a Gitea action it fails at installing Gleam. Erlang gets installed without problems but after that I get "::error::Unauthorized". To me it is unclear what the problem may be.
::group::Installing Erlang/OTP OTP-27.1.2 - built on amd64/ubuntu-20.04
[command]/usr/bin/tar zx --strip-components=1 --warning=no-unknown-keyword --overwrite -C /tmp/5105a6e4-dad1-4bdb-910c-f155a743e217 -f /tmp/e6949c37-9d91-4cf9-a132-7e88c3a439b1
[command]/tmp/.setup-beam/otp/Install -minimal /tmp/.setup-beam/otp
Installed Erlang/OTP version
[command]/tmp/.setup-beam/otp/bin/erl -version
Erlang (SMP,ASYNC_THREADS) (BEAM) emulator version 15.1.2
::endgroup::
::error::Unauthorized
I am currently manually installing everything which works fine. Here my script for reference:
setup-beam@v1 is also working "fine" locally using the same runner as Gitea is using. But it is very unpleasant to follow, because it emit a lot of debug information. Here an example test.log
The text was updated successfully, but these errors were encountered:
When using setup-beam@v1 in a Gitea action it fails at installing Gleam. Erlang gets installed without problems but after that I get "::error::Unauthorized". To me it is unclear what the problem may be.
I am currently manually installing everything which works fine. Here my script for reference:
setup-beam@v1 is also working "fine" locally using the same runner as Gitea is using. But it is very unpleasant to follow, because it emit a lot of debug information. Here an example test.log
The text was updated successfully, but these errors were encountered: