From e0c7d916c58581d389e0b2710201aecdb9ea1b66 Mon Sep 17 00:00:00 2001 From: Tian Liao Date: Mon, 25 Nov 2024 19:27:26 +0800 Subject: [PATCH] enable url --- .github/workflows/action-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/action-ci.yml b/.github/workflows/action-ci.yml index 97fe3c9c..92a719ed 100644 --- a/.github/workflows/action-ci.yml +++ b/.github/workflows/action-ci.yml @@ -160,7 +160,7 @@ jobs: shell: powershell name: Install WindowsApplicationDriver - run: | - netsh http add urlacl url="http://localhost:4724/calctesting/file" user=everyone + netsh http add urlacl url="http://127.0.0.1:80/calctesting/file" user=everyone shell: powershell name: Enable local urls - uses: ilammy/msvc-dev-cmd@v1 # this is a workaround because microsoft/vstest-action is broken.