Skip to content

Commit

Permalink
Merge pull request #5 from laytan/support-dev-2024-06
Browse files Browse the repository at this point in the history
fix: support dev-2024-06
  • Loading branch information
jtakakura authored Jun 18, 2024
2 parents 133e726 + 9fddbb5 commit 4f75aab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,6 @@ jobs:
plugin_test_macos:
runs-on: macos-latest
steps:
- name: Download LLVM and setup PATH
run: |
brew install llvm@11
echo "/usr/local/opt/llvm@11/bin" >> $GITHUB_PATH
TMP_PATH=$(xcrun --show-sdk-path)/user/include
echo "CPATH=$TMP_PATH" >> $GITHUB_ENV
- name: asdf_plugin_test
uses: asdf-vm/actions/plugin-test@v1
with:
Expand Down
2 changes: 2 additions & 0 deletions lib/utils.bash
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ install_version() {

if [ -d "$ASDF_DOWNLOAD_PATH/${platform}"_artifacts ]; then
download_path="$ASDF_DOWNLOAD_PATH/${platform}_artifacts"
elif [ -d "$ASDF_DOWNLOAD_PATH/dist" ]; then
download_path="$ASDF_DOWNLOAD_PATH/dist"
else
download_path="$ASDF_DOWNLOAD_PATH"
fi
Expand Down

0 comments on commit 4f75aab

Please sign in to comment.