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

Initial version #1

Merged
merged 3 commits into from
Dec 14, 2020
Merged

Initial version #1

merged 3 commits into from
Dec 14, 2020

Conversation

mit-mit
Copy link
Member

@mit-mit mit-mit commented Dec 11, 2020

No description provided.

@mit-mit mit-mit requested review from athomas and kevmoo December 11, 2020 12:27

# Download installation zip.
curl --connect-timeout 15 --retry 5 "$URL" > "${HOME}/dartsdk.zip"
unzip "${HOME}/dartsdk.zip" -d "${RUNNER_TOOL_CACHE}" > /dev/null
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Perhaps we should download this into ${RUNNER_TOOL_CACHE}/dart//

That would enable checking if the version is in the cache later. It would mean we'd have to resolve latest to a specific version though.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Opened #2 for that, will take a look at that later

Copy link
Member

@kevmoo kevmoo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sweet! It'd be nice to include edge, too!

strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
channel: [stable, beta, dev]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

edge?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Adding bleeding edge is being discussed in #4.

@mit-mit mit-mit merged commit 40bc0e5 into main Dec 14, 2020
@mit-mit mit-mit deleted the initial branch December 14, 2020 08:55
@mit-mit
Copy link
Member Author

mit-mit commented Dec 14, 2020

This can now be used in a pre-release version as - uses: dart-lang/setup-dart@v0.1

@kevmoo
Copy link
Member

kevmoo commented Dec 14, 2020

Trying it out here: google/mono_repo.dart#294

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

Successfully merging this pull request may close these issues.

3 participants