From 013f5865e7eb229578e5e07b8448189c7951a2e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Mart=C3=ADnez=20Garc=C3=ADa?= Date: Thu, 29 Feb 2024 15:24:29 +0100 Subject: [PATCH] We cannot use admin in an action? --- .github/workflows/ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 20a39c7..79adef1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,5 +7,6 @@ jobs: permissions: write-all steps: - uses: actions/checkout@master - - name: Install Godot third party libraries - run: runas /noprofile /user:mymachine\administrator .\scripts\install.bat + - name: Running the setup batch file + run: .\scripts\install.bat +# run: runas /noprofile /user:mymachine\administrator .\scripts\install.bat