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

"404: not found" on windows-latest #1

Open
njligames opened this issue Jun 3, 2020 · 1 comment
Open

"404: not found" on windows-latest #1

njligames opened this issue Jun 3, 2020 · 1 comment

Comments

@njligames
Copy link

I am getting this error when trying to run the lua install:

Current runner version: '2.263.0' Operating System Virtual Environment Prepare workflow directory Prepare all required actions Download action repository 'actions/checkout@master' Download action repository 'xpol/setup-lua@v1' ##[error]An action could not be found at the URI 'https://api.github.com/repos/xpol/setup-lua/zipball/v1'

The link (https://api.github.com/repos/xpol/setup-lua/zipball/v1) is returning a 404 error of not found.

I have this in my yml file:
- uses: xpol/setup-lua@v1 with: lua-version: "5.1.5"

@alexjgriffith
Copy link
Contributor

There is a typo in the readme. The versions are actually v0.1 and v0.2

The following should work for you.

- uses: xpol/[email protected] with: lua-version: "5.1.5"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants