Skip to content

Commit

Permalink
ga: try fixing syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
0-wiz-0 committed Jun 25, 2023
1 parent ad965b9 commit a067f48
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@ jobs:
name_extra: " clang-cl"
steps:
- name: checkout
uses: actions/checkout@v3
uses: actions/setup-python@v4
uses:
- actions/checkout@v3
- actions/setup-python@v4
with:
cache: 'pip'
- name: install dependencies (Linux)
Expand Down

0 comments on commit a067f48

Please sign in to comment.