Skip to content

Commit

Permalink
Reverting all paths
Browse files Browse the repository at this point in the history
  • Loading branch information
alisonlhart committed Oct 9, 2024
1 parent b8773ff commit bffd637
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down

0 comments on commit bffd637

Please sign in to comment.