Skip to content

We cannot use admin in an action? #3

We cannot use admin in an action?

We cannot use admin in an action? #3

Workflow file for this run

name: "Check if the setup works properly in a fresh windows install"
on: push
jobs:
ci:
runs-on: windows-latest
permissions: write-all
steps:
- uses: actions/checkout@master
- name: Running the setup batch file
run: .\scripts\install.bat
# run: runas /noprofile /user:mymachine\administrator .\scripts\install.bat