Skip to content

Commit 68488be

Browse files
e2e: Switch rig install to winget (#12762)
Using Chocolately to install rig has been flakey lately, so switching to winget in hopes it will be more reliable. ### QA Notes @:win <!-- Positron team members: please add relevant e2e test tags, so the tests can be run when you open this pull request. - Instructions: https://github.com/posit-dev/positron/blob/main/test/e2e/README.md#pull-requests-and-test-tags - Available tags: https://github.com/posit-dev/positron/blob/main/test/e2e/infra/test-runner/test-tags.ts --> <!-- Add additional information for QA on how to validate the change, paying special attention to the level of risk, adjacent areas that could be affected by the change, and any important contextual information not present in the linked issues. -->
1 parent 3600f3b commit 68488be

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test-e2e-windows-run.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,8 +298,9 @@ jobs:
298298
299299
# Install rig (R Installation Manager)
300300
- name: Install rig
301+
shell: pwsh
301302
run: |
302-
choco install rig
303+
winget install --id Posit.rig --accept-source-agreements --accept-package-agreements
303304
304305
# Install R 4.4.0 using rig
305306
- name: Install R 4.4.0

0 commit comments

Comments
 (0)