Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cat output.log no such file #52

Closed
markkimsal opened this issue Apr 5, 2021 · 3 comments
Closed

cat output.log no such file #52

markkimsal opened this issue Apr 5, 2021 · 3 comments

Comments

@markkimsal
Copy link

            - name: Install Dependencies
              uses: php-actions/composer@v5
              with:
                  dev: yes
                  version: 1
                  php_version: 7.3
                  command: install
                  args: -q --no-ansi --no-interaction --no-scripts --no-suggest --no-progress --prefer-dist --ignore-platform-reqs

The output just says

cat: /home/runner/work/accounts/accounts/output.log: No such file or directory

image

@g105b
Copy link
Member

g105b commented Apr 6, 2021

Hello, thank you for your message. I have just hit this myself and have found out what the issue is: recently Github bumped the default OS from Ubuntu 18.04 to Ubuntu 20.04. I'm not sure why this has caused an issue, but it's certainly too much of a coincidence to ignore.

My plan is to hardcode the reference to the previously working Ubuntu 18.04, make a patch to the v5 release, then move on to investigate what incompatibility there is caused by the newer OS.

@g105b
Copy link
Member

g105b commented Apr 6, 2021

@markkimsal please see #53 where there has been a duplicated issue. There is more discussion happening in that thread in case you wanted to follow along.

@g105b
Copy link
Member

g105b commented Apr 7, 2021

It seems that Github have fixed this issue. I've reached out to support to see if there is anything that could have been done differently to prevent this issue, but for now it seems like you don't need to make any adjustments to anything to continue using the action.

I'm going to close this issue now but please open it again if you have any further problems.

@g105b g105b closed this as completed Apr 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants