Skip to content

Commit

Permalink
github: Run setup command explicitely
Browse files Browse the repository at this point in the history
  • Loading branch information
jp7677 committed Nov 27, 2022
1 parent a2d8b0d commit 8e5c9fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/artifacts.yml
Expand Up @@ -40,7 +40,7 @@ jobs:
uses: Joshua-Ashton/arch-mingw-github-action@v8
with:
command: |
meson --cross-file "./build-win64.txt" -Denable_tests=True build/lint
meson setup --cross-file "./build-win64.txt" -Denable_tests=True build/lint
ninja clang-format-check -C build/lint
- name: Build and run tests
Expand Down

0 comments on commit 8e5c9fa

Please sign in to comment.