Skip to content

Commit 48ce3b9

Browse files
committed
[poc_windows_x86_64_compile] Fix skip choco rust uninstall
1 parent 337adab commit 48ce3b9

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/poc-agent-build.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,7 @@ jobs:
2727
2828
- name: Get rust version
2929
shell: pwsh
30-
run: |
31-
rustc --version
32-
choco uninstall -y rust
30+
run: rustc --version
3331

3432
- name: Install MinGW and NSIS with Chocolatey
3533
run: choco install -y mingw nsis

0 commit comments

Comments
 (0)