Skip to content

Commit

Permalink
Lowercase all the things
Browse files Browse the repository at this point in the history
  • Loading branch information
kasperisager committed Nov 11, 2024
1 parent 3746850 commit b9ff1d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
node-version: lts/*
- run: choco upgrade llvm
if: ${{ matrix.platform == 'win32' }}
- run: Get-NetFirewallProfile | Set-NetFirewallProfile -Enabled False
- run: get-netfirewallprofile | set-netfirewallprofile -enabled false
shell: pwsh
if: ${{ matrix.platform == 'win32' }}
- run: npm install -g bare-make
Expand Down

0 comments on commit b9ff1d4

Please sign in to comment.