Skip to content

Commit

Permalink
Update macos-maven.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
G-eos authored Dec 22, 2024
1 parent c149891 commit be0f312
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/macos-maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Where are we
run: which java && ls -alhR /Users/runner/hostedtoolcache/Java_Temurin-Hotspot_jdk/21.0.5-11.0/x64/Contents/Home/ && ls -alhR `which java | sed 's/java//g'`../
- name: Install brew
run export NONINTERACTIVE=1 && /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
run: export NONINTERACTIVE=1 && /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
# - uses: actions/upload-artifact@v4
# with:
# name: Package-MacOS-${{ matrix.os }}
Expand Down

0 comments on commit be0f312

Please sign in to comment.