You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note that install.sh may fail on GitHub actions, or in other environments where many machines share IP addresses. install.sh calls GitHub APIs in order to determine the latest version of just to install, and those API calls are rate-limited on a per-IP basis. To make install.sh more reliable in such circumstances, pass a specific tag to install with --tag.
The text was updated successfully, but these errors were encountered:
run: https://github.com/GlareDB/glaredb/actions/runs/7560954189
Error:
Cause:
glaredb/.github/workflows/nodejs-release.yml
Lines 54 to 55 in 690b74f
Referring to https://just.systems/man/en/chapter_5.html it seems like we need to add
--tag
:The text was updated successfully, but these errors were encountered: