ci: Fix actionlint
This commit is contained in:
parent
5894221924
commit
c278069946
|
|
@ -45,7 +45,7 @@ jobs:
|
|||
with:
|
||||
python-version: "3.13"
|
||||
- name: Install nsis
|
||||
if: matrix.os == "windows-latest"
|
||||
if: "matrix.os == 'windows-latest'"
|
||||
run: |
|
||||
irm get.scoop.sh | iex
|
||||
scoop update
|
||||
|
|
|
|||
Loading…
Reference in New Issue