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