Skip to content

Commit 9e47355

Browse files
committed
chore(repo): fix agent steps
1 parent 6b6feb9 commit 9e47355

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.nx/workflows/agents.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,19 @@ launch-templates:
44
NX_CLOUD_FORCE_USE_EXECUTE_TASKS_V3: "false"
55
SERVICES_HOST: ""
66
LANG: C.UTF-8
7-
resource-class: 'docker_linux_amd64/medium'
7+
resource-class: 'docker_linux_amd64/large'
88
image: 'ubuntu22.04-node20.11-v10'
99
init-steps:
1010
- name: java version
1111
script: java -version
1212

13-
1413
- name: Checkout
1514
uses: 'nrwl/nx-cloud-workflows/v3.6/workflow-steps/checkout/main.yaml'
1615

1716
- name: Setup Java 21
1817
script: |
1918
sudo apt update
20-
sudo apt install -y openjdk-21-jdk
19+
sudo apt install -y openjdk-21-jdk openssh-server neovim lynx fzf
2120
java -version
2221
2322
- name: Setup gradle

0 commit comments

Comments
 (0)