Skip to content

Commit

Permalink
We cannot use admin in an action?
Browse files Browse the repository at this point in the history
  • Loading branch information
Farravid committed Feb 29, 2024
1 parent df3af24 commit 013f586
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 013f586

Please sign in to comment.