Skip to content

Commit

Permalink
Can't test mac, include windows
Browse files Browse the repository at this point in the history
  • Loading branch information
sarg3nt committed May 23, 2024
1 parent c50f936 commit e79661e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
matrix:
os:
- ubuntu-latest
- macos-latest
- windows-latest
runs-on: ${{ matrix.os }}
steps:
- name: asdf_plugin_test
Expand Down
1 change: 1 addition & 0 deletions lib/utils.bash
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ download_release() {
url="$GH_REPO/releases/download/v${version}/${downloadname}"

echo "* Downloading $downloadname release $version..."
# * Downloading asdf-tldr: Unknown or unsupported platform macos-arm64 detected. release 1.6.1...
curl "${curl_opts[@]}" -o "$filename" -C - "$url" || fail "Could not download $url"
chmod +x "$filename"
}
Expand Down

0 comments on commit e79661e

Please sign in to comment.