diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b573697..8cf0d77 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,17 +11,12 @@ jobs: matrix: container: - null - # - ubuntu FIXME pkgx node fails to load with missing libcrypto.1.1.dylib + - ubuntu:latest container: ${{ matrix.container }} steps: - uses: actions/checkout@v4 - with: - path: clone - - run: echo '{}' > deno.json - run: "! deno" - - uses: ./clone - - run: echo $PATH - - run: env + - uses: ./ - run: deno --version lint: diff --git a/action.yml b/action.yml index 1e80052..97174e0 100644 --- a/action.yml +++ b/action.yml @@ -9,7 +9,7 @@ inputs: runs: using: composite steps: - - uses: pkgxdev/setup@v2 + - uses: pkgxdev/setup@v3 - run: | TMP="$(mktemp)"