Removing inputs from install_ci #9
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | |
- uses: Cyberboss/install-winget@v1 | |
- name: Running the setup batch file | |
run: .\scripts\install.bat | |
# run: runas /noprofile /user:mymachine\administrator .\scripts\install.bat |