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
I sometimes use nektos/act to test a program in a local environment and then push it, in order to reduce unnecessary testing of GitHub actions in a private repository.
I used this action to simplify the setup of gfortran, but when doing add-apt-repository I get the following message and have to press the keyboard to proceed.
More info: https://launchpad.net/~ubuntu-toolchain-r/+archive/ubuntu/test
Adding repository.
Press [ENTER] to continue or Ctrl-c to cancel.
Keyboard input during action execution is disabled in nektos/act, so to set up gfortran with this action,
I need to redirect as gh act > out etc.