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 5facafb commit 526076dCopy full SHA for 526076d
builder/penv_setup.py
@@ -34,7 +34,7 @@
34
)
35
sys.exit(1)
36
37
-github_actions = os.getenv('GITHUB_ACTIONS')
+github_actions = bool(os.getenv("GITHUB_ACTIONS"))
38
39
PLATFORMIO_URL_VERSION_RE = re.compile(
40
r'/v?(\d+\.\d+\.\d+(?:[.-]\w+)?(?:\.\d+)?)(?:\.(?:zip|tar\.gz|tar\.bz2))?$',
0 commit comments