From 7e4938e5be3b0fe7ee6d2bc5ccd4d81428d0637e Mon Sep 17 00:00:00 2001 From: Tian Liao Date: Wed, 20 Nov 2024 10:38:47 +0800 Subject: [PATCH] enable url --- .github/workflows/action-ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/action-ci.yml b/.github/workflows/action-ci.yml index 693dc318..45a6e12b 100644 --- a/.github/workflows/action-ci.yml +++ b/.github/workflows/action-ci.yml @@ -159,6 +159,10 @@ jobs: msiexec.exe /i wad.msi /quiet /passive shell: powershell name: Install WindowsApplicationDriver + - run: | + netsh http add urlacl url="http://localhost: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. name: Setup dev tools - run: |