We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5afc2c9 commit 7941e1fCopy full SHA for 7941e1f
.github/workflows/main.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
.github/workflows/scheduled_or_manual.yml
0 commit comments