Skip to content

Commit

Permalink
chore: test nx namedInputs
Browse files Browse the repository at this point in the history
  • Loading branch information
tinesoft committed Jun 20, 2024
1 parent 5c4a7fe commit 40cf1a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .nx/workflows/agents.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ launch-templates:
if [ ! -d "$ANDROID_HOME/build-tools/$SDK_VERSION" ]; then
sdkmanager "build-tools;$SDK_VERSION.0.0"
else
echo "⏭️ 'build-tools;$SDK_VERSION.0.0' already installed. Skipping it"
echo "⏭️ 'build-tools;$SDK_VERSION.0.0' already installed. Skipping it."
fi
if [ ! -d "$ANDROID_HOME/platform-tools" ]; then
Expand Down

0 comments on commit 40cf1a5

Please sign in to comment.