setup-dart
setup-dart copied to clipboard
A GitHub Action to install and setup a Dart SDK.
Fixes https://github.com/dart-lang/setup-dart/issues/118 Ensures that downloads of the Dart SDK zip file carry the `.zip` extension so that subsequent calls to `Expand-Archive` on Windows succeed. ## Notes - The diff of...
The action to publish packages doesn't work for Flutter packages due to the following error. ``` Run dart pub get dart pub get shell: /usr/bin/bash -e {0} env: PUB_CACHE: /home/runner/.pub-cache...
When installing on Windows 11 (ARM64), I get the following error: ``` Installing the windows-arm64 Dart SDK version 3.3.0-174.3.beta from the beta (release) channel. https://storage.googleapis.com/dart-archive/channels/beta/release/3.3.0-174.3.beta/sdk/dartsdk-windows-arm64-release.zip ... C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe -NoLogo -Sta -NoProfile...
We could likely use a general update to the action. Some things we'd want to include: - [x] use patch versions in our versioning scheme (even if they're always zero)....
In #102 I was unable to contribute to the repository when I followed the instructions to recompile the javascript, but ended up with javascript that did not run on the...
Being a verified publisher would give us some additional badging in the github app marketplace listing for this action. Some more info here: - https://docs.github.com/en/developers/github-marketplace/github-marketplace-overview/about-marketplace-badges and - https://docs.github.com/en/developers/github-marketplace/github-marketplace-overview/applying-for-publisher-verification-for-your-organization
Hi, thanks for the hard work. I'm experiencing very often connection errors when running this action on GH Actions - Windows. > Run dart-lang/setup-dart@6a218f2413a3e78e9087f638a238f6b40893203d > Run $GITHUB_ACTION_PATH/setup.sh stable Windows x64...
From the review of https://github.com/dart-lang/setup-dart/pull/1 by @athomas: > Perhaps we should download this into ${RUNNER_TOOL_CACHE}/dart// > That would enable checking if the version is in the cache later. It would...
On creating a new action, there is some hint about being used with Flutter ``` # Your project will need to have tests in test/ and a dependency on #...