Skip to content

Commit 4cff62f

Browse files
committed
Fix version number
1 parent d06574a commit 4cff62f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lsassy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
- name: Setup on ${{ matrix.os }}
5555
uses: actions/setup-python@v2
5656
with:
57-
python-version: 3.10
57+
python-version: '3.10'
5858
architecture: x64
5959

6060
- name: Building binary with pyinstaller

0 commit comments

Comments
 (0)