Skip to content

Commit

Permalink
Checks Autorun key
Browse files Browse the repository at this point in the history
  • Loading branch information
JohanMabille committed Sep 30, 2024
1 parent 79034eb commit 1fd53a4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/windows_impl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ jobs:
steps:
- name: Checkout mamba repository
uses: actions/checkout@v4
- name: Check Autorun key
run: |
reg query "HKCU\Software\Microsoft\Command Processor" /v Autorun
- name: Create build environment
uses: mamba-org/setup-micromamba@v1
with:
Expand Down

0 comments on commit 1fd53a4

Please sign in to comment.