Skip to content

Commit c516a7c

Browse files
ansible,win: add rust
Refs: #4245
1 parent 522b933 commit c516a7c

File tree

1 file changed

+7
-0
lines changed
  • ansible/roles/baselayout-windows/tasks

1 file changed

+7
-0
lines changed

ansible/roles/baselayout-windows/tasks/main.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,13 @@
2626
pinned: yes
2727
version: "3.10.8"
2828

29+
- name: Install rustup
30+
win_chocolatey:
31+
name: rustup.install
32+
33+
- name: Add arm64 Rust target
34+
win_command: rustup target add aarch64-pc-windows-msvc
35+
2936
- block:
3037
- name: install Git
3138
win_chocolatey:

0 commit comments

Comments
 (0)