Skip to content

Commit

Permalink
DEBUG WIN7
Browse files Browse the repository at this point in the history
  • Loading branch information
pirog committed Mar 15, 2024
1 parent 72e3691 commit 6f38aaa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pr-setup-windows-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@ jobs:
- name: SETUP
shell: bash
run: |
lando setup -y --debug
lando setup
lando setup --skip-common-plugins -y --debug
# - name: Run Leia Tests
# uses: lando/run-leia-action@v2
Expand Down
1 change: 1 addition & 0 deletions utils/run-command.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ module.exports = (command, args = [], options = {}, stdout = '', stderr = '') =>
// @TODO: scope to just command = wsl|wsl.exe?
if (process.platform === 'win32') options.env.WSL_UTF8 = 1;
// birth
console.log(options);
debug('running command %o %o', command, args);

const child = spawn(command, args, options);
Expand Down

0 comments on commit 6f38aaa

Please sign in to comment.