Giter Club home page Giter Club logo

setup's People

Contributors

dependabot[bot] avatar sgammon avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

setup's Issues

No-Agent test failing

It's probably working, but the output changed, so the test is broken:

Run test "Agent is not installed." = "$(buildless agent status)"
##[debug]/usr/bin/bash -e /home/runner/work/_temp/2767c7df-25eb-4854-80a0-e282ff7c41cd.sh
Agent is not installed.
Error: Process completed with exit code 1.

Example here

Installation failing on Windows

๐Ÿš€ Installing Buildless with GitHub Actions...
##[debug]Downloading https://dl.less.build/cli/1.0.0-rc2/windows-amd64/cli.zip
##[debug]Destination D:\a\_temp\d9761fc2-c75f-4fd3-8abf-470082126ae0
##[debug]download complete
##[debug]Buildless release downloaded to: D:\a\_temp\d9761fc2-c75f-4fd3-8abf-[47](https://github.com/buildless/setup/actions/runs/7253739674/job/19762843959?pr=33#step:5:49)0082126ae0
##[debug]Extracting as zip on Windows, from: D:\a\_temp\d9761fc2-c75f-4fd3-8abf-470082126ae0, to: C:\Buildless
##[debug]Using pwsh at path: C:\Program Files\PowerShell\7\pwsh.exe
"C:\Program Files\PowerShell\7\pwsh.exe" -NoLogo -NoProfile -NonInteractive -ExecutionPolicy Unrestricted -Command "$ErrorActionPreference = 'Stop' ; try { Add-Type -AssemblyName System.IO.Compression.ZipFile } catch { } ; try { [System.IO.Compression.ZipFile]::ExtractToDirectory('D:\a\_temp\d9761fc2-c75f-4fd3-8abf-470082126ae0', 'C:\Buildless', $true) } catch { if (($_.Exception.GetType().FullName -eq 'System.Management.Automation.MethodException') -or ($_.Exception.GetType().FullName -eq 'System.Management.Automation.RuntimeException') ){ Expand-Archive -LiteralPath 'D:\a\_temp\d9761fc2-c75f-4fd3-8abf-470082126ae0' -DestinationPath 'C:\Buildless' -Force } else { throw $_ } } ;"
Exception: Exception calling "ExtractToDirectory" with "3" argument(s): "End of Central Directory record could not be found."

Example here

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.