Skip to content

Commit

Permalink
Fix syntax errors in MoltenVK build script
Browse files Browse the repository at this point in the history
  • Loading branch information
Perksey authored Sep 30, 2023
1 parent b343d1a commit 121af76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/moltenvk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ jobs:
# Install python
- uses: actions/setup-python@v4
with:
python-version: '3.10'
with:
python-version: '3.10'

# Install CMake and Ninja
- uses: lukka/get-cmake@latest
Expand Down

0 comments on commit 121af76

Please sign in to comment.