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 d4561ae commit 180edc7Copy full SHA for 180edc7
setup-local/dist/index.js
@@ -1108,6 +1108,7 @@ class BinaryControl {
1108
* platform and the architecture
1109
*/
1110
_decidePlatformAndBinary() {
1111
+ core.info(`GITHUB WORKSPACE CHECK: ${process.env.GITHUB_WORKSPACE}`);
1112
this.binaryFolder = path.resolve(
1113
process.env.GITHUB_WORKSPACE,
1114
'..', '..', '..',
setup-local/src/binaryControl.js
@@ -43,6 +43,7 @@ class BinaryControl {
43
44
45
46
47
48
49
0 commit comments