Skip to content

Commit

Permalink
rename meson setup steps
Browse files Browse the repository at this point in the history
  • Loading branch information
carlossless committed Apr 28, 2024
1 parent d964014 commit 0aee673
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
with:
name: smk
authToken: ${{ secrets.CACHIX_AUTH_TOKEN }}
- name: Configure
- name: Setup
run: nix develop --command meson setup build
- name: Build
run: nix develop --command meson compile -C build
Expand All @@ -42,7 +42,7 @@ jobs:
with:
name: smk
authToken: ${{ secrets.CACHIX_AUTH_TOKEN }}
- name: Configure
- name: Setup
run: nix develop --command meson setup build
- name: Lint
run: nix develop --command ninja -C build clang-format-check
Expand Down

0 comments on commit 0aee673

Please sign in to comment.