We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8300c71 commit da950e6Copy full SHA for da950e6
.github/workflows/setup-and-install.yml
@@ -165,7 +165,7 @@ jobs:
165
working-directory: ${{ inputs.working-directory }}
166
run: |
167
if [ -z "$SFW_BIN" ] || [ ! -x "$SFW_BIN" ]; then
168
- echo "Error: sfw is not installed — run SocketDev/socket-registry/.github/actions/setup first" >&2
+ echo "Error: sfw is not installed — the Download sfw step in SocketDev/workflows/.github/workflows/setup-and-install.yml must run first" >&2
169
exit 1
170
fi
171
pnpm install --loglevel error
0 commit comments