Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DRAFT] Switch windows runner #1580

Draft
wants to merge 16 commits into
base: main
Choose a base branch
from
Prev Previous commit
Reverting all paths
alisonlhart committed Oct 9, 2024
commit bffd637216973df8731f5cc02fe4f12a8aac3f53
14 changes: 7 additions & 7 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -129,13 +129,13 @@ jobs:
uses: alisonlhart/WSL/.github/actions/wsl-checkout@main
with:
distro: Ubuntu-22.04
working-dir: /tmp/github/vscode-ansible
working-dir: /tmp/github/

- name: Install dependencies
uses: Ubuntu/WSL/.github/actions/wsl-bash@main
with:
distro: Ubuntu-22.04
working-dir: /tmp/github/vscode-ansible
working-dir: /tmp/github/
exec: |
apt install -y curl dbus dirmngr docker gawk git gpg gpg-agent jq make podman python3-dev python3-full python3-venv qemu-user-static tar unzip xvfb apt-transport-https ca-certificates software-properties-common
apt install -y libnss3-dev libasound2 libgdk-pixbuf2.0-dev libgtk-3-dev libxss-dev
@@ -162,7 +162,7 @@ jobs:
uses: Ubuntu/WSL/.github/actions/wsl-bash@main
with:
distro: Ubuntu-22.04
working-dir: /tmp/github/vscode-ansible
working-dir: /tmp/github/
exec: |
. "$HOME/.asdf/asdf.sh"
export NODE_OPTIONS=--max_old_space_size=8192
@@ -171,7 +171,7 @@ jobs:
uses: Ubuntu/WSL/.github/actions/wsl-bash@main
with:
distro: Ubuntu-22.04
working-dir: /tmp/github/vscode-ansible
working-dir: /tmp/github/
exec: |
. "$HOME/.asdf/asdf.sh"
export NODE_OPTIONS=--max_old_space_size=8192
@@ -180,7 +180,7 @@ jobs:
uses: Ubuntu/WSL/.github/actions/wsl-bash@main
with:
distro: Ubuntu-22.04
working-dir: /tmp/github/vscode-ansible
working-dir: /tmp/github/
exec: |
. "$HOME/.asdf/asdf.sh"
export NODE_OPTIONS=--max_old_space_size=8192
@@ -199,7 +199,7 @@ jobs:
uses: Ubuntu/WSL/.github/actions/wsl-bash@main
with:
distro: Ubuntu-22.04
working-dir: /tmp/github/vscode-ansible
working-dir: /tmp/github/
exec: |
. "$HOME/.asdf/asdf.sh"
export NODE_OPTIONS=--max_old_space_size=8192
@@ -208,7 +208,7 @@ jobs:
uses: Ubuntu/WSL/.github/actions/wsl-bash@main
with:
distro: Ubuntu-22.04
working-dir: /tmp/github/vscode-ansible
working-dir: /tmp/github/
exec: |
. "$HOME/.asdf/asdf.sh"
export NODE_OPTIONS=--max_old_space_size=8192