Skip to content

Commit

Permalink
ci: Fix github actions warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
gavv committed Aug 13, 2024
1 parent 21f8dfe commit 99be87e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ jobs:
submodules: recursive

- name: Install JDK
uses: actions/setup-java@v3
uses: actions/setup-java@v4.2.2
with:
java-version: '17'
distribution: 'temurin'
Expand Down
2 changes: 1 addition & 1 deletion scripts/ci_checks/macos/build-3rdparty.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -euxo pipefail

brew install --force --overwrite \
brew install --quiet --force --overwrite \
automake scons

scons -Q \
Expand Down
2 changes: 1 addition & 1 deletion scripts/ci_checks/macos/standard-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -euxo pipefail

brew install --force --overwrite \
brew install --quiet --force --overwrite \
automake scons ragel gengetopt \
libuv speexdsp sox openssl@3 \
cpputest google-benchmark libsndfile
Expand Down
2 changes: 1 addition & 1 deletion scripts/ci_checks/macos/universal-binaries.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -euxo pipefail

brew install --force --overwrite \
brew install --quiet --force --overwrite \
automake scons

scons -Q \
Expand Down

0 comments on commit 99be87e

Please sign in to comment.