Skip to content

Commit 4054bb5

Browse files
author
Gal Ben David
committed
fix build github action typo
1 parent cd04342 commit 4054bb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
os: [ubuntu-latest, macos-latest, windows-latest]
1515
steps:
1616
- uses: actions/checkout@v2
17-
- uses: actions/setup-python@2
17+
- uses: actions/setup-python@v2
1818
with:
1919
python-version: ${{ matrix.python-version }}
2020
- name: Install latest rust

0 commit comments

Comments
 (0)