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

setup-deno can't work on Actions with Ubuntu #40

Closed
Comamoca opened this issue Nov 27, 2022 · 4 comments
Closed

setup-deno can't work on Actions with Ubuntu #40

Comamoca opened this issue Nov 27, 2022 · 4 comments

Comments

@Comamoca
Copy link

Comamoca commented Nov 27, 2022

Hello!

I tried with nektos/act locally, but setup-deno failed.
Actions Setting:

name: CI
on: [push, pull_request]


jobs:
  build:
    runs-on: ubuntu-latest
    strategy:
    name: Deno CI
    steps:
      - uses: actions/checkout@master
      - name: Setup Deno
        uses: denolib/[email protected]
        with:
          deno-version: "1.28.0"
      - run: deno run https://deno.land/std/examples/welcome.ts

I saw this log, see this image.
image

How do dissolution this error? Thank you.

@crowlKats
Copy link
Member

@Comamoca is this still an issue?

@ghost
Copy link

ghost commented Aug 18, 2023

I can't get it working with Act either.
Screenshot 2023-08-18 at 8 26 04 AM
Screenshot 2023-08-18 at 8 26 51 AM

@ghost
Copy link

ghost commented Aug 18, 2023

macOS 13 & 14
image

looks like it's trying and failing to use the System tmp directory /tmp -> /private/tmp instead of the builtin environment variable for the user tmp directory: $TMPDIR

Hopefully this helps.

@lucacasonato
Copy link
Member

Linux aarch64 is not supported.

unzip seems to not be installed on your macOS system.

In the first screenshot, your system arch is not set correctly.

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

3 participants