We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5afc2c9 commit 0217badCopy full SHA for 0217bad
1 file changed
.github/workflows/scheduled_or_manual.yml
@@ -61,6 +61,7 @@ jobs:
61
sudo apt-get update
62
sudo apt-get install enchant-2
63
elif [ "$RUNNER_OS" == "macOS" ]; then
64
+ echo "runner is ${{ matrix.os }}"
65
brew update-reset
66
brew install enchant
67
fi
0 commit comments