Skip to content

Commit

Permalink
Winget and StrEnum
Browse files Browse the repository at this point in the history
  • Loading branch information
Farravid committed Feb 29, 2024
1 parent 64c5efb commit 951545d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ jobs:
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
2 changes: 1 addition & 1 deletion scripts/install.bat
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ pwsh -Command $env:Path = [System.Environment]::GetEnvironmentVariable(\"Path\",

python.exe -m pip install --upgrade pip

pip install inquirer pyuac pypiwin32
pip install inquirer pyuac pypiwin32 StrEnum

start /b pwsh -Command python .\scripts\install.py

0 comments on commit 951545d

Please sign in to comment.